Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da5309cd authored by Felix Blyakher's avatar Felix Blyakher
Browse files

Fix xfs debug build breakage by pushing xfs_error.h after


xfs_mount.h, which it depends on.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarAlex Elder <aelder@sgi.com>
Signed-off-by: default avatarFelix Blyakher <felixb@sgi.com>
parent f3697bc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,6 @@
 */
 */
#include <xfs.h>
#include <xfs.h>
#include "debug.h"
#include "debug.h"
#include "xfs_error.h"


/* xfs_mount.h drags a lot of crap in, sorry.. */
/* xfs_mount.h drags a lot of crap in, sorry.. */
#include "xfs_sb.h"
#include "xfs_sb.h"
@@ -25,6 +24,7 @@
#include "xfs_ag.h"
#include "xfs_ag.h"
#include "xfs_dmapi.h"
#include "xfs_dmapi.h"
#include "xfs_mount.h"
#include "xfs_mount.h"
#include "xfs_error.h"


static char		message[1024];	/* keep it off the stack */
static char		message[1024];	/* keep it off the stack */
static DEFINE_SPINLOCK(xfs_err_lock);
static DEFINE_SPINLOCK(xfs_err_lock);