diff options
Diffstat (limited to 'fs/xfs/xfs_trace.c')
-rw-r--r-- | fs/xfs/xfs_trace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trace.c b/fs/xfs/xfs_trace.c index 29705391c896..6ca992020326 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c | |||
@@ -23,13 +23,14 @@ | |||
23 | #include "xfs_trans.h" | 23 | #include "xfs_trans.h" |
24 | #include "xfs_sb.h" | 24 | #include "xfs_sb.h" |
25 | #include "xfs_ag.h" | 25 | #include "xfs_ag.h" |
26 | #include "xfs_mount.h" | ||
27 | #include "xfs_da_format.h" | ||
26 | #include "xfs_bmap_btree.h" | 28 | #include "xfs_bmap_btree.h" |
27 | #include "xfs_alloc_btree.h" | 29 | #include "xfs_alloc_btree.h" |
28 | #include "xfs_ialloc_btree.h" | 30 | #include "xfs_ialloc_btree.h" |
29 | #include "xfs_dinode.h" | 31 | #include "xfs_dinode.h" |
30 | #include "xfs_inode.h" | 32 | #include "xfs_inode.h" |
31 | #include "xfs_btree.h" | 33 | #include "xfs_btree.h" |
32 | #include "xfs_mount.h" | ||
33 | #include "xfs_da_btree.h" | 34 | #include "xfs_da_btree.h" |
34 | #include "xfs_ialloc.h" | 35 | #include "xfs_ialloc.h" |
35 | #include "xfs_itable.h" | 36 | #include "xfs_itable.h" |