From: phil Date: Sat, 19 Jul 2003 18:06:46 +0000 (+0000) Subject: A bunch of little changes that I made while reviewing the b_unify X-Git-Tag: v1_7_100~1^90~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fba601be4d9d94cad80e529d3f25d55d4a6aedf3;p=fs%2Flustre-release.git A bunch of little changes that I made while reviewing the b_unify patches, to fix typos, clean things up, reduce the patch size, or remove #warnings in favour of real bugs. --- diff --git a/lustre/mgmt/mgmt_cli.c b/lustre/mgmt/mgmt_cli.c index 5ee9421..1ba8805 100644 --- a/lustre/mgmt/mgmt_cli.c +++ b/lustre/mgmt/mgmt_cli.c @@ -22,14 +22,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define EXPORT_SYMTAB - -/* - * go back to your file and define S_MGMT to be S_FILTER - * and then thank me for saving you four hours - */ - -#define DEBUG_SUBSYSTEM S_FILTER /* S_MGMT */ +#ifndef EXPORT_SYMTAB +# define EXPORT_SYMTAB +#endif +#define DEBUG_SUBSYSTEM S_MGMT #include #include