diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-01-23 01:48:38 +0100 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-02-03 18:18:49 +0100 |
commit | 38899f8099945559662e6a6e355b9059088e3b34 (patch) | |
tree | 9f3662e115dbd91e383849e4f60a5dc46f729555 /fs/xfs/xfs_trace.c | |
parent | xfs: flush eof/cowblocks if we can't reserve quota for chown (diff) | |
download | linux-38899f8099945559662e6a6e355b9059088e3b34.tar.xz linux-38899f8099945559662e6a6e355b9059088e3b34.zip |
xfs: add a tracepoint for blockgc scans
Add some tracepoints so that we can observe when the speculative
preallocation garbage collector runs.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
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 120398a37c2a..9b8d703dc9fd 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -29,6 +29,7 @@ #include "xfs_filestream.h" #include "xfs_fsmap.h" #include "xfs_btree_staging.h" +#include "xfs_icache.h" /* * We include this last to have the helpers above available for the trace |