From: Christoph Hellwig Date: Sun, 22 Feb 2026 22:41:11 +0000 (-0800) Subject: xfs: give the defer_relog stat a xs_ prefix X-Git-Tag: v7.0.0~70 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4bb45b0e5aed51c98238133ed4944973e0b9a97;p=xfsprogs-dev.git 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 --- 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); }