diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:43:53 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:43:53 -0800 |
commit | 2a15e7686094d1362b5026533b96f57ec989a245 (patch) | |
tree | b5044f6850dbd17a0177c09e305bd23b6fd4700c /fs/xfs/xfs_trace.c | |
parent | ef2d4a00df38dfa79ce08fbd8c03278e2d87126a (diff) |
xfs: clean up bmap log intent item tracepoint callsites
Pass the incore bmap 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 3f253884fe5b..1a963382e5e9 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -38,6 +38,7 @@ #include "xfs_iomap.h" #include "xfs_buf_mem.h" #include "xfs_btree_mem.h" +#include "xfs_bmap.h" /* * We include this last to have the helpers above available for the trace |