Loading fs/xfs/support/debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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); Loading Loading
fs/xfs/support/debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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); Loading