]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_super.c
xfs: decouple log and transaction headers
[~andy/linux] / fs / xfs / xfs_super.c
index a28eca47aa4c480adc1c80e68d7e4f60869e7bf8..4e20b420ff72ce0dae624a59ef3da3307e910eef 100644 (file)
  */
 
 #include "xfs.h"
-#include "xfs_format.h"
 #include "xfs_shared.h"
-#include "xfs_log.h"
+#include "xfs_format.h"
+#include "xfs_log_format.h"
+#include "xfs_trans_resv.h"
 #include "xfs_inum.h"
-#include "xfs_trans.h"
 #include "xfs_sb.h"
 #include "xfs_ag.h"
 #include "xfs_alloc.h"
@@ -41,7 +41,9 @@
 #include "xfs_itable.h"
 #include "xfs_fsops.h"
 #include "xfs_attr.h"
+#include "xfs_trans.h"
 #include "xfs_buf_item.h"
+#include "xfs_log.h"
 #include "xfs_log_priv.h"
 #include "xfs_trans_priv.h"
 #include "xfs_filestream.h"