diff options
author | Christoph Hellwig <hch@lst.de> | 2014-04-22 21:11:52 (GMT) |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-04-22 21:11:52 (GMT) |
commit | b94acd4786dce4379e986e6d58bdd74f8986af2f (patch) | |
tree | ff66aab92805f93946c51e05c39557cfd5768182 /fs/xfs/xfs_trace.c | |
parent | 3b8d90766a85e079fefaee74ca9dde43ce75edea (diff) | |
download | linux-b94acd4786dce4379e986e6d58bdd74f8986af2f.tar.xz |
xfs: add filestream allocator tracepoints
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.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 dee3279..1e85bcd 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -46,6 +46,7 @@ #include "xfs_log_recover.h" #include "xfs_inode_item.h" #include "xfs_bmap_btree.h" +#include "xfs_filestream.h" /* * We include this last to have the helpers above available for the trace |