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>
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);
}