diff options
Diffstat (limited to 'fs/xfs/xfs_iops.c')
-rw-r--r-- | fs/xfs/xfs_iops.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/xfs_iops.c b/fs/xfs/xfs_iops.c index ec6dcdc181ee..c50311cae1b1 100644 --- a/fs/xfs/xfs_iops.c +++ b/fs/xfs/xfs_iops.c | |||
@@ -21,8 +21,6 @@ | |||
21 | #include "xfs_format.h" | 21 | #include "xfs_format.h" |
22 | #include "xfs_log_format.h" | 22 | #include "xfs_log_format.h" |
23 | #include "xfs_trans_resv.h" | 23 | #include "xfs_trans_resv.h" |
24 | #include "xfs_sb.h" | ||
25 | #include "xfs_ag.h" | ||
26 | #include "xfs_mount.h" | 24 | #include "xfs_mount.h" |
27 | #include "xfs_da_format.h" | 25 | #include "xfs_da_format.h" |
28 | #include "xfs_inode.h" | 26 | #include "xfs_inode.h" |
@@ -37,8 +35,7 @@ | |||
37 | #include "xfs_icache.h" | 35 | #include "xfs_icache.h" |
38 | #include "xfs_symlink.h" | 36 | #include "xfs_symlink.h" |
39 | #include "xfs_da_btree.h" | 37 | #include "xfs_da_btree.h" |
40 | #include "xfs_dir2_priv.h" | 38 | #include "xfs_dir2.h" |
41 | #include "xfs_dinode.h" | ||
42 | #include "xfs_trans_space.h" | 39 | #include "xfs_trans_space.h" |
43 | 40 | ||
44 | #include <linux/capability.h> | 41 | #include <linux/capability.h> |