diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index ceaec3165921..a6e54b3319bd 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -18,30 +18,28 @@ | |||
18 | #include "xfs.h" | 18 | #include "xfs.h" |
19 | #include "xfs_fs.h" | 19 | #include "xfs_fs.h" |
20 | #include "xfs_shared.h" | 20 | #include "xfs_shared.h" |
21 | #include "xfs_log_format.h" | ||
22 | #include "xfs_format.h" | 21 | #include "xfs_format.h" |
22 | #include "xfs_log_format.h" | ||
23 | #include "xfs_trans_resv.h" | 23 | #include "xfs_trans_resv.h" |
24 | #include "xfs_sb.h" | 24 | #include "xfs_sb.h" |
25 | #include "xfs_ag.h" | 25 | #include "xfs_ag.h" |
26 | #include "xfs_mount.h" | 26 | #include "xfs_mount.h" |
27 | #include "xfs_bmap_btree.h" | ||
28 | #include "xfs_alloc_btree.h" | ||
29 | #include "xfs_ialloc_btree.h" | ||
30 | #include "xfs_dinode.h" | ||
31 | #include "xfs_inode.h" | 27 | #include "xfs_inode.h" |
32 | #include "xfs_trans.h" | 28 | #include "xfs_trans.h" |
33 | #include "xfs_inode_item.h" | 29 | #include "xfs_inode_item.h" |
34 | #include "xfs_btree.h" | ||
35 | #include "xfs_error.h" | 30 | #include "xfs_error.h" |
31 | #include "xfs_btree.h" | ||
32 | #include "xfs_alloc_btree.h" | ||
36 | #include "xfs_alloc.h" | 33 | #include "xfs_alloc.h" |
37 | #include "xfs_ialloc.h" | 34 | #include "xfs_ialloc.h" |
38 | #include "xfs_fsops.h" | 35 | #include "xfs_fsops.h" |
39 | #include "xfs_itable.h" | 36 | #include "xfs_itable.h" |
40 | #include "xfs_trans_space.h" | 37 | #include "xfs_trans_space.h" |
41 | #include "xfs_rtalloc.h" | 38 | #include "xfs_rtalloc.h" |
42 | #include "xfs_filestream.h" | ||
43 | #include "xfs_trace.h" | 39 | #include "xfs_trace.h" |
44 | #include "xfs_log.h" | 40 | #include "xfs_log.h" |
41 | #include "xfs_dinode.h" | ||
42 | #include "xfs_filestream.h" | ||
45 | 43 | ||
46 | /* | 44 | /* |
47 | * File system operations | 45 | * File system operations |