diff options
Diffstat (limited to 'fs/xfs/xfs_attr.c')
-rw-r--r-- | fs/xfs/xfs_attr.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/fs/xfs/xfs_attr.c b/fs/xfs/xfs_attr.c index c2c14b2103f1..7db18e9649df 100644 --- a/fs/xfs/xfs_attr.c +++ b/fs/xfs/xfs_attr.c | |||
@@ -31,11 +31,11 @@ | |||
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | 34 | #include "xfs_fs.h" | |
35 | #include "xfs_macros.h" | ||
36 | #include "xfs_types.h" | 35 | #include "xfs_types.h" |
37 | #include "xfs_inum.h" | 36 | #include "xfs_bit.h" |
38 | #include "xfs_log.h" | 37 | #include "xfs_log.h" |
38 | #include "xfs_inum.h" | ||
39 | #include "xfs_trans.h" | 39 | #include "xfs_trans.h" |
40 | #include "xfs_sb.h" | 40 | #include "xfs_sb.h" |
41 | #include "xfs_ag.h" | 41 | #include "xfs_ag.h" |
@@ -43,27 +43,26 @@ | |||
43 | #include "xfs_dir2.h" | 43 | #include "xfs_dir2.h" |
44 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
45 | #include "xfs_mount.h" | 45 | #include "xfs_mount.h" |
46 | #include "xfs_alloc_btree.h" | 46 | #include "xfs_da_btree.h" |
47 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
49 | #include "xfs_alloc.h" | ||
50 | #include "xfs_btree.h" | ||
51 | #include "xfs_attr_sf.h" | ||
52 | #include "xfs_dir_sf.h" | 50 | #include "xfs_dir_sf.h" |
53 | #include "xfs_dir2_sf.h" | 51 | #include "xfs_dir2_sf.h" |
52 | #include "xfs_attr_sf.h" | ||
54 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
55 | #include "xfs_inode_item.h" | ||
56 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
55 | #include "xfs_alloc.h" | ||
56 | #include "xfs_btree.h" | ||
57 | #include "xfs_inode_item.h" | ||
57 | #include "xfs_bmap.h" | 58 | #include "xfs_bmap.h" |
58 | #include "xfs_da_btree.h" | ||
59 | #include "xfs_attr.h" | 59 | #include "xfs_attr.h" |
60 | #include "xfs_attr_leaf.h" | 60 | #include "xfs_attr_leaf.h" |
61 | #include "xfs_error.h" | 61 | #include "xfs_error.h" |
62 | #include "xfs_bit.h" | ||
63 | #include "xfs_quota.h" | 62 | #include "xfs_quota.h" |
64 | #include "xfs_rw.h" | ||
65 | #include "xfs_trans_space.h" | 63 | #include "xfs_trans_space.h" |
66 | #include "xfs_acl.h" | 64 | #include "xfs_acl.h" |
65 | #include "xfs_rw.h" | ||
67 | 66 | ||
68 | /* | 67 | /* |
69 | * xfs_attr.c | 68 | * xfs_attr.c |