diff options
Diffstat (limited to 'fs/xfs/xfs_rw.c')
-rw-r--r-- | fs/xfs/xfs_rw.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fs/xfs/xfs_rw.c b/fs/xfs/xfs_rw.c index 31f68cc637b0..075850c999f4 100644 --- a/fs/xfs/xfs_rw.c +++ b/fs/xfs/xfs_rw.c | |||
@@ -29,12 +29,12 @@ | |||
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 | #include "xfs_macros.h" | 33 | #include "xfs_fs.h" |
35 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
36 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
37 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
38 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
39 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
40 | #include "xfs_ag.h" | 40 | #include "xfs_ag.h" |
@@ -42,20 +42,20 @@ | |||
42 | #include "xfs_dir2.h" | 42 | #include "xfs_dir2.h" |
43 | #include "xfs_dmapi.h" | 43 | #include "xfs_dmapi.h" |
44 | #include "xfs_mount.h" | 44 | #include "xfs_mount.h" |
45 | #include "xfs_alloc_btree.h" | ||
46 | #include "xfs_bmap_btree.h" | 45 | #include "xfs_bmap_btree.h" |
46 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_ialloc_btree.h" | 47 | #include "xfs_ialloc_btree.h" |
48 | #include "xfs_dir_sf.h" | ||
49 | #include "xfs_dir2_sf.h" | ||
50 | #include "xfs_attr_sf.h" | ||
51 | #include "xfs_dinode.h" | ||
52 | #include "xfs_inode.h" | ||
53 | #include "xfs_inode_item.h" | ||
48 | #include "xfs_itable.h" | 54 | #include "xfs_itable.h" |
49 | #include "xfs_btree.h" | 55 | #include "xfs_btree.h" |
50 | #include "xfs_alloc.h" | 56 | #include "xfs_alloc.h" |
51 | #include "xfs_ialloc.h" | 57 | #include "xfs_ialloc.h" |
52 | #include "xfs_attr.h" | 58 | #include "xfs_attr.h" |
53 | #include "xfs_attr_sf.h" | ||
54 | #include "xfs_dir_sf.h" | ||
55 | #include "xfs_dir2_sf.h" | ||
56 | #include "xfs_dinode.h" | ||
57 | #include "xfs_inode_item.h" | ||
58 | #include "xfs_inode.h" | ||
59 | #include "xfs_bmap.h" | 59 | #include "xfs_bmap.h" |
60 | #include "xfs_acl.h" | 60 | #include "xfs_acl.h" |
61 | #include "xfs_mac.h" | 61 | #include "xfs_mac.h" |