public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix xfs debug build breakage
@ 2009-03-12 14:54 Felix Blyakher
  2009-03-14 15:25 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Blyakher @ 2009-03-12 14:54 UTC (permalink / raw)
  To: xfs

Fix xfs debug build breakage by pushing xfs_error.h after
xfs_mount.h, which it depends on.

Signed-off-by: Felix Blyakher <felixb@sgi.com>
---
 fs/xfs/support/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c
index 930bb34..3f3610a 100644
--- a/fs/xfs/support/debug.c
+++ b/fs/xfs/support/debug.c
@@ -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);
-- 
1.5.4.rc3

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix xfs debug build breakage
  2009-03-12 14:54 [PATCH] Fix xfs debug build breakage Felix Blyakher
@ 2009-03-14 15:25 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2009-03-14 15:25 UTC (permalink / raw)
  To: Felix Blyakher; +Cc: xfs

On Thu, Mar 12, 2009 at 09:54:15AM -0500, Felix Blyakher wrote:
> Fix xfs debug build breakage by pushing xfs_error.h after
> xfs_mount.h, which it depends on.

Looks good.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-14 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 14:54 [PATCH] Fix xfs debug build breakage Felix Blyakher
2009-03-14 15:25 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox