From a4bb45b0e5aed51c98238133ed4944973e0b9a97 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sun, 22 Feb 2026 14:41:11 -0800 Subject: [PATCH] xfs: give the defer_relog stat a xs_ prefix Source kernel commit: edf6078212c366459d3c70833290579b200128b1 Make this counter naming consistent with all the others. Signed-off-by: Christoph Hellwig Reviewed-by: Damien Le Moal Signed-off-by: Carlos Maiolino --- libxfs/xfs_defer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfs/xfs_defer.c b/libxfs/xfs_defer.c index 5bd3cbe4..c0d3aa40 100644 --- a/libxfs/xfs_defer.c +++ b/libxfs/xfs_defer.c @@ -558,7 +558,7 @@ xfs_defer_relog( continue; trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp); - XFS_STATS_INC((*tpp)->t_mountp, defer_relog); + XFS_STATS_INC((*tpp)->t_mountp, xs_defer_relog); xfs_defer_relog_intent(*tpp, dfp); } -- 2.47.3