From 7abccfbeb3aa91250602e381e90f94d9d09b58fe Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 22 Jul 2003 16:29:21 +0000 Subject: [PATCH] - in ll_umount_begin, protect against NULL obd - fix debug subsystem in obdclass/obdo.c - remove zero-length buffer check from lustre_msg_buf; we already have the minimum-size check, and zero length is common in the "no EA yet" getattr case --- lustre/obdclass/obdo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/obdclass/obdo.c b/lustre/obdclass/obdo.c index d959c3c..4532534 100644 --- a/lustre/obdclass/obdo.c +++ b/lustre/obdclass/obdo.c @@ -24,9 +24,7 @@ * infrastructure for managing object devices */ - -#warning should be S_CLASS -#define DEBUG_SUBSYSTEM S_UNDEFINED +#define DEBUG_SUBSYSTEM S_CLASS #define EXPORT_SYMTAB #include -- 1.8.3.1