From: pschwan Date: Mon, 17 Feb 2003 18:44:16 +0000 (+0000) Subject: merge b_devel into b_setattr. highlights: X-Git-Tag: v1_7_100~1^57~22 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=23fc2848b04c4f40fed98681387f7068f9c91959;p=fs%2Flustre-release.git merge b_devel into b_setattr. highlights: - kernel 2.5 and liblustre build changes - fixes to Makefile.am for 7.3-era versions of automake, which is quite possibly the worst piece of software with which I come in contact on a daily basis - small unlink fix --- diff --git a/lustre/ptlrpc/recover.c b/lustre/ptlrpc/recover.c index 1c99fed..9514eb8 100644 --- a/lustre/ptlrpc/recover.c +++ b/lustre/ptlrpc/recover.c @@ -22,11 +22,14 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define DEBUG_SUBSYSTEM S_RPC +#ifdef __KERNEL__ #include #include #include - -#define DEBUG_SUBSYSTEM S_RPC +#else +#include +#endif #include #include