From: phil Date: Tue, 22 Jul 2003 16:29:21 +0000 (+0000) Subject: - in ll_umount_begin, protect against NULL obd X-Git-Tag: v1_7_0_51~2^14~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7abccfbeb3aa91250602e381e90f94d9d09b58fe;p=fs%2Flustre-release.git - 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 --- 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