]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfs: give the defer_relog stat a xs_ prefix
authorChristoph Hellwig <hch@lst.de>
Sun, 22 Feb 2026 22:41:11 +0000 (14:41 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 8 Apr 2026 19:39:56 +0000 (21:39 +0200)
Source kernel commit: edf6078212c366459d3c70833290579b200128b1

Make this counter naming consistent with all the others.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_defer.c

index 5bd3cbe4cfa1a31fbc1c0a6e32e5f942350f9240..c0d3aa401cbab5f8d1f7a71eed448e6a5ea761d1 100644 (file)
@@ -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);
        }