Skip to content

Commit

Permalink
Fix xfs debug build breakage by pushing xfs_error.h after
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felix Blyakher committed Mar 15, 2009
1 parent f3697bc commit da5309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/support/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
*/
#include <xfs.h>
#include "debug.h"
#include "xfs_error.h"

/* xfs_mount.h drags a lot of crap in, sorry.. */
#include "xfs_sb.h"
#include "xfs_inum.h"
#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);
Expand Down

0 comments on commit da5309c

Please sign in to comment.