]> Git Repo - linux.git/blobdiff - fs/xfs/support/debug.c
not overwriting file_lock structure after GET_LK
[linux.git] / fs / xfs / support / debug.c
index 930bb34804b06929be1e5709cd3eaa36f9576b87..3f3610a7ee059210eea3beadbffe13f87609dce9 100644 (file)
@@ -17,7 +17,6 @@
  */
 #include <xfs.h>
 #include "debug.h"
-#include "xfs_error.h"
 
 /* xfs_mount.h drags a lot of crap in, sorry.. */
 #include "xfs_sb.h"
@@ -25,6 +24,7 @@
 #include "xfs_ag.h"
 #include "xfs_dmapi.h"
 #include "xfs_mount.h"
+#include "xfs_error.h"
 
 static char            message[1024];  /* keep it off the stack */
 static DEFINE_SPINLOCK(xfs_err_lock);
This page took 0.037434 seconds and 4 git commands to generate.