Whamcloud - gitweb
A bunch of little changes that I made while reviewing the b_unify
authorphil <phil>
Sat, 19 Jul 2003 18:06:46 +0000 (18:06 +0000)
committerphil <phil>
Sat, 19 Jul 2003 18:06:46 +0000 (18:06 +0000)
patches, to fix typos, clean things up, reduce the patch size, or
remove #warnings in favour of real bugs.

lustre/mgmt/mgmt_cli.c

index 5ee9421..1ba8805 100644 (file)
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#define EXPORT_SYMTAB
-
-/*
- *<phik> go back to your file and define S_MGMT to be S_FILTER
- *<phik> 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 <linux/module.h>
 #include <linux/init.h>