diff options
Diffstat (limited to 'fs/xfs/xfs_dquot_item.c')
-rw-r--r-- | fs/xfs/xfs_dquot_item.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/fs/xfs/xfs_dquot_item.c b/fs/xfs/xfs_dquot_item.c index e838d84b4e85..92e5f62eefc6 100644 --- a/fs/xfs/xfs_dquot_item.c +++ b/fs/xfs/xfs_dquot_item.c | |||
@@ -18,23 +18,19 @@ | |||
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" | ||
27 | #include "xfs_mount.h" | 25 | #include "xfs_mount.h" |
28 | #include "xfs_bmap_btree.h" | ||
29 | #include "xfs_inode.h" | 26 | #include "xfs_inode.h" |
30 | #include "xfs_bmap.h" | 27 | #include "xfs_quota.h" |
31 | #include "xfs_rtalloc.h" | ||
32 | #include "xfs_error.h" | 28 | #include "xfs_error.h" |
33 | #include "xfs_itable.h" | 29 | #include "xfs_trans.h" |
34 | #include "xfs_attr.h" | ||
35 | #include "xfs_buf_item.h" | 30 | #include "xfs_buf_item.h" |
36 | #include "xfs_trans_priv.h" | 31 | #include "xfs_trans_priv.h" |
37 | #include "xfs_qm.h" | 32 | #include "xfs_qm.h" |
33 | #include "xfs_log.h" | ||
38 | 34 | ||
39 | static inline struct xfs_dq_logitem *DQUOT_ITEM(struct xfs_log_item *lip) | 35 | static inline struct xfs_dq_logitem *DQUOT_ITEM(struct xfs_log_item *lip) |
40 | { | 36 | { |