Whamcloud - gitweb
LU-1481 build: quiet warnings due to := assignment
[fs/lustre-release.git] / libcfs / libcfs / debug.c
index ee8977b..aa04538 100644 (file)
  *
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 # define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
@@ -168,6 +164,8 @@ libcfs_debug_subsys2str(int subsys)
                 return "lov";
         case S_LQUOTA:
                 return "lquota";
+       case S_OSD:
+               return "osd";
         case S_LMV:
                 return "lmv";
         case S_SEC:
@@ -251,7 +249,7 @@ libcfs_debug_dbg2str(int debug)
                 return "sec";
        case D_LFSCK:
                return "lfsck";
-        }
+       }
 }
 
 int