diff options
Diffstat (limited to 'fs/xfs/xfs_qm_bhv.c')
-rw-r--r-- | fs/xfs/xfs_qm_bhv.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/fs/xfs/xfs_qm_bhv.c b/fs/xfs/xfs_qm_bhv.c index 3af50ccdfac1..e9be63abd8d2 100644 --- a/fs/xfs/xfs_qm_bhv.c +++ b/fs/xfs/xfs_qm_bhv.c | |||
@@ -18,21 +18,15 @@ | |||
18 | #include "xfs.h" | 18 | #include "xfs.h" |
19 | #include "xfs_fs.h" | 19 | #include "xfs_fs.h" |
20 | #include "xfs_format.h" | 20 | #include "xfs_format.h" |
21 | #include "xfs_log.h" | 21 | #include "xfs_log_format.h" |
22 | #include "xfs_trans.h" | 22 | #include "xfs_trans_resv.h" |
23 | #include "xfs_sb.h" | 23 | #include "xfs_sb.h" |
24 | #include "xfs_ag.h" | 24 | #include "xfs_ag.h" |
25 | #include "xfs_alloc.h" | ||
26 | #include "xfs_quota.h" | 25 | #include "xfs_quota.h" |
27 | #include "xfs_mount.h" | 26 | #include "xfs_mount.h" |
28 | #include "xfs_bmap_btree.h" | ||
29 | #include "xfs_inode.h" | 27 | #include "xfs_inode.h" |
30 | #include "xfs_itable.h" | ||
31 | #include "xfs_bmap.h" | ||
32 | #include "xfs_rtalloc.h" | ||
33 | #include "xfs_error.h" | 28 | #include "xfs_error.h" |
34 | #include "xfs_attr.h" | 29 | #include "xfs_trans.h" |
35 | #include "xfs_buf_item.h" | ||
36 | #include "xfs_qm.h" | 30 | #include "xfs_qm.h" |
37 | 31 | ||
38 | 32 | ||