Fix xfs debug build breakage by pushing xfs_error.h after
authorFelix Blyakher <felixb@sgi.com>
Thu, 12 Mar 2009 14:33:37 +0000 (09:33 -0500)
committerFelix Blyakher <felixb@sgi.com>
Sun, 15 Mar 2009 13:10:25 +0000 (08:10 -0500)
xfs_mount.h, which it depends on.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/support/debug.c

index 930bb34..3f3610a 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);