diff options
Diffstat (limited to 'fs/xfs/xfs_acl.c')
-rw-r--r-- | fs/xfs/xfs_acl.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/fs/xfs/xfs_acl.c b/fs/xfs/xfs_acl.c index 49fdc392fc8a..33c5f402b4ed 100644 --- a/fs/xfs/xfs_acl.c +++ b/fs/xfs/xfs_acl.c | |||
@@ -29,21 +29,23 @@ | |||
29 | * | 29 | * |
30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ | 30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ |
31 | */ | 31 | */ |
32 | |||
33 | #include "xfs.h" | 32 | #include "xfs.h" |
34 | 33 | #include "xfs_fs.h" | |
34 | #include "xfs_types.h" | ||
35 | #include "xfs_bit.h" | ||
35 | #include "xfs_inum.h" | 36 | #include "xfs_inum.h" |
37 | #include "xfs_ag.h" | ||
36 | #include "xfs_dir.h" | 38 | #include "xfs_dir.h" |
37 | #include "xfs_dir2.h" | 39 | #include "xfs_dir2.h" |
38 | #include "xfs_alloc_btree.h" | ||
39 | #include "xfs_bmap_btree.h" | 40 | #include "xfs_bmap_btree.h" |
41 | #include "xfs_alloc_btree.h" | ||
40 | #include "xfs_ialloc_btree.h" | 42 | #include "xfs_ialloc_btree.h" |
41 | #include "xfs_btree.h" | ||
42 | #include "xfs_attr_sf.h" | ||
43 | #include "xfs_dir_sf.h" | 43 | #include "xfs_dir_sf.h" |
44 | #include "xfs_dir2_sf.h" | 44 | #include "xfs_dir2_sf.h" |
45 | #include "xfs_attr_sf.h" | ||
45 | #include "xfs_dinode.h" | 46 | #include "xfs_dinode.h" |
46 | #include "xfs_inode.h" | 47 | #include "xfs_inode.h" |
48 | #include "xfs_btree.h" | ||
47 | #include "xfs_acl.h" | 49 | #include "xfs_acl.h" |
48 | #include "xfs_mac.h" | 50 | #include "xfs_mac.h" |
49 | #include "xfs_attr.h" | 51 | #include "xfs_attr.h" |