aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index a28eca47aa4c..4e20b420ff72 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -17,11 +17,11 @@
17 */ 17 */
18 18
19#include "xfs.h" 19#include "xfs.h"
20#include "xfs_format.h"
21#include "xfs_shared.h" 20#include "xfs_shared.h"
22#include "xfs_log.h" 21#include "xfs_format.h"
22#include "xfs_log_format.h"
23#include "xfs_trans_resv.h"
23#include "xfs_inum.h" 24#include "xfs_inum.h"
24#include "xfs_trans.h"
25#include "xfs_sb.h" 25#include "xfs_sb.h"
26#include "xfs_ag.h" 26#include "xfs_ag.h"
27#include "xfs_alloc.h" 27#include "xfs_alloc.h"
@@ -41,7 +41,9 @@
41#include "xfs_itable.h" 41#include "xfs_itable.h"
42#include "xfs_fsops.h" 42#include "xfs_fsops.h"
43#include "xfs_attr.h" 43#include "xfs_attr.h"
44#include "xfs_trans.h"
44#include "xfs_buf_item.h" 45#include "xfs_buf_item.h"
46#include "xfs_log.h"
45#include "xfs_log_priv.h" 47#include "xfs_log_priv.h"
46#include "xfs_trans_priv.h" 48#include "xfs_trans_priv.h"
47#include "xfs_filestream.h" 49#include "xfs_filestream.h"