diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index 67522f2bcee8..411081c0fd7c 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -29,38 +29,37 @@ | |||
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" |
35 | #include "xfs_bit.h" | ||
36 | #include "xfs_inum.h" | 36 | #include "xfs_inum.h" |
37 | #include "xfs_log.h" | 37 | #include "xfs_log.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_dir.h" | 41 | #include "xfs_dir.h" |
42 | #include "xfs_dir2.h" | ||
41 | #include "xfs_dmapi.h" | 43 | #include "xfs_dmapi.h" |
42 | #include "xfs_mount.h" | 44 | #include "xfs_mount.h" |
43 | #include "xfs_ag.h" | ||
44 | #include "xfs_alloc_btree.h" | ||
45 | #include "xfs_bmap_btree.h" | 45 | #include "xfs_bmap_btree.h" |
46 | #include "xfs_alloc_btree.h" | ||
46 | #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" | ||
47 | #include "xfs_btree.h" | 54 | #include "xfs_btree.h" |
48 | #include "xfs_error.h" | 55 | #include "xfs_error.h" |
49 | #include "xfs_alloc.h" | 56 | #include "xfs_alloc.h" |
50 | #include "xfs_ialloc.h" | 57 | #include "xfs_ialloc.h" |
51 | #include "xfs_fsops.h" | 58 | #include "xfs_fsops.h" |
52 | #include "xfs_itable.h" | 59 | #include "xfs_itable.h" |
53 | #include "xfs_rw.h" | ||
54 | #include "xfs_refcache.h" | ||
55 | #include "xfs_trans_space.h" | 60 | #include "xfs_trans_space.h" |
56 | #include "xfs_rtalloc.h" | 61 | #include "xfs_rtalloc.h" |
57 | #include "xfs_dir2.h" | 62 | #include "xfs_rw.h" |
58 | #include "xfs_attr_sf.h" | ||
59 | #include "xfs_dir_sf.h" | ||
60 | #include "xfs_dir2_sf.h" | ||
61 | #include "xfs_dinode.h" | ||
62 | #include "xfs_inode.h" | ||
63 | #include "xfs_inode_item.h" | ||
64 | 63 | ||
65 | /* | 64 | /* |
66 | * File system operations | 65 | * File system operations |