diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_aops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 4cd5e00f0c5..e42c0ba6688 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -21,18 +21,12 @@ | |||
21 | #include "xfs_inum.h" | 21 | #include "xfs_inum.h" |
22 | #include "xfs_sb.h" | 22 | #include "xfs_sb.h" |
23 | #include "xfs_ag.h" | 23 | #include "xfs_ag.h" |
24 | #include "xfs_dir2.h" | ||
25 | #include "xfs_trans.h" | 24 | #include "xfs_trans.h" |
26 | #include "xfs_mount.h" | 25 | #include "xfs_mount.h" |
27 | #include "xfs_bmap_btree.h" | 26 | #include "xfs_bmap_btree.h" |
28 | #include "xfs_alloc_btree.h" | ||
29 | #include "xfs_ialloc_btree.h" | ||
30 | #include "xfs_dir2_sf.h" | ||
31 | #include "xfs_attr_sf.h" | ||
32 | #include "xfs_dinode.h" | 27 | #include "xfs_dinode.h" |
33 | #include "xfs_inode.h" | 28 | #include "xfs_inode.h" |
34 | #include "xfs_alloc.h" | 29 | #include "xfs_alloc.h" |
35 | #include "xfs_btree.h" | ||
36 | #include "xfs_error.h" | 30 | #include "xfs_error.h" |
37 | #include "xfs_rw.h" | 31 | #include "xfs_rw.h" |
38 | #include "xfs_iomap.h" | 32 | #include "xfs_iomap.h" |