diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 47a1abd94aca..aefc0044237d 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -23,7 +23,6 @@ | |||
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_dir2.h" | ||
27 | #include "xfs_alloc.h" | 26 | #include "xfs_alloc.h" |
28 | #include "xfs_quota.h" | 27 | #include "xfs_quota.h" |
29 | #include "xfs_mount.h" | 28 | #include "xfs_mount.h" |
@@ -47,6 +46,8 @@ | |||
47 | #include "xfs_trans_priv.h" | 46 | #include "xfs_trans_priv.h" |
48 | #include "xfs_filestream.h" | 47 | #include "xfs_filestream.h" |
49 | #include "xfs_da_btree.h" | 48 | #include "xfs_da_btree.h" |
49 | #include "xfs_dir2_format.h" | ||
50 | #include "xfs_dir2.h" | ||
50 | #include "xfs_extfree_item.h" | 51 | #include "xfs_extfree_item.h" |
51 | #include "xfs_mru_cache.h" | 52 | #include "xfs_mru_cache.h" |
52 | #include "xfs_inode_item.h" | 53 | #include "xfs_inode_item.h" |