From 1fd84421001a0b4cb4d66f11b248663ed35d7070 Mon Sep 17 00:00:00 2001 From: Felix Blyakher Date: Thu, 12 Mar 2009 09:33:37 -0500 Subject: [PATCH] --- yaml --- r: 140117 b: refs/heads/master c: da5309cd28ffda6ed8a4147bd14f1e4fbbd6503d h: refs/heads/master i: 140115: 2aae8ef13015aed84030fddca2f4085d5713eb25 v: v3 --- [refs] | 2 +- trunk/fs/xfs/support/debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2f0af150ff3c..3f32464dd83e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3697bc314e912599f422cc5c6e53c7382c0aeb2 +refs/heads/master: da5309cd28ffda6ed8a4147bd14f1e4fbbd6503d diff --git a/trunk/fs/xfs/support/debug.c b/trunk/fs/xfs/support/debug.c index 930bb34804b0..3f3610a7ee05 100644 --- a/trunk/fs/xfs/support/debug.c +++ b/trunk/fs/xfs/support/debug.c @@ -17,7 +17,6 @@ */ #include #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);