diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-07-02 11:23:07 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-07-02 11:37:06 -0700 |
commit | 886f11c797722650d98c554b28e66f12317a33e4 (patch) | |
tree | 36af135ad375906139c66f036800eede2257683a /fs/xfs/xfs_trace.c | |
parent | 8fbac2f1a0947dc45ecf13e9b5aa17b5942b4a2d (diff) |
xfs: clean up refcount log intent item tracepoint callsites
Pass the incore refcount intent structure to the tracepoints instead of
open-coding the argument passing.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_trace.c')
-rw-r--r-- | fs/xfs/xfs_trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trace.c b/fs/xfs/xfs_trace.c index ae3017812089..f98fb86ff8d7 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -42,6 +42,7 @@ #include "xfs_exchrange.h" #include "xfs_parent.h" #include "xfs_rmap.h" +#include "xfs_refcount.h" /* * We include this last to have the helpers above available for the trace |