xfs: decouple log and transaction headers
[deliverable/linux.git] / fs / xfs / xfs_discard.c
index 45560ee1a4ba8b1ccfdc36f9616cc5355e03558d..d38f34cecb4077be540461c6f3ff50b81ae1bed2 100644 (file)
@@ -17,8 +17,8 @@
  */
 #include "xfs.h"
 #include "xfs_format.h"
-#include "xfs_log.h"
-#include "xfs_trans.h"
+#include "xfs_log_format.h"
+#include "xfs_trans_resv.h"
 #include "xfs_sb.h"
 #include "xfs_ag.h"
 #include "xfs_mount.h"
@@ -33,6 +33,7 @@
 #include "xfs_extent_busy.h"
 #include "xfs_discard.h"
 #include "xfs_trace.h"
+#include "xfs_log.h"
 
 STATIC int
 xfs_trim_extents(
This page took 0.032505 seconds and 5 git commands to generate.