Whamcloud - gitweb
add debug mask for quota
authorniu <niu>
Wed, 16 Mar 2005 07:37:57 +0000 (07:37 +0000)
committerniu <niu>
Wed, 16 Mar 2005 07:37:57 +0000 (07:37 +0000)
lnet/include/libcfs/libcfs.h
lnet/utils/debug.c

index 3dc5a53..d68a5eb 100644 (file)
@@ -98,6 +98,7 @@ extern unsigned int portal_printk;
 #define D_MMAP        0x00800000
 #define D_CONFIG      0x01000000
 #define D_CONSOLE     0x02000000
 #define D_MMAP        0x00800000
 #define D_CONFIG      0x01000000
 #define D_CONSOLE     0x02000000
+#define D_QUOTA       0x04000000
 /* If you change these values, please keep these files up to date...
  *    portals/utils/debug.c
  *    utils/lconf
 /* If you change these values, please keep these files up to date...
  *    portals/utils/debug.c
  *    utils/lconf
index 462a91d..62c43a0 100644 (file)
@@ -74,7 +74,7 @@ static const char *portal_debug_masks[] =
          "other", "dentry", "portals", "page", 
          "dlmtrace", "error", "emerg", "ha", 
          "rpctrace", "vfstrace", "reada", "mmap",
          "other", "dentry", "portals", "page", 
          "dlmtrace", "error", "emerg", "ha", 
          "rpctrace", "vfstrace", "reada", "mmap",
-         "config", "console", NULL};
+         "config", "console", "quota", NULL};
 
 struct debug_daemon_cmd {
         char *cmd;
 
 struct debug_daemon_cmd {
         char *cmd;