From: fanyong Date: Sat, 15 Nov 2008 15:33:22 +0000 (+0000) Subject: Branch b_head_quota X-Git-Tag: v1_9_110~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=654e8f531070b1b531fb3ff80a48a0302b2f6756;p=fs%2Flustre-release.git Branch b_head_quota b=13058 i=nikita.danilov i=johann i=robert.read Debug patch for quota on HEAD. --- diff --git a/libcfs/include/libcfs/libcfs_debug.h b/libcfs/include/libcfs/libcfs_debug.h index 379bc9c..8487c39 100644 --- a/libcfs/include/libcfs/libcfs_debug.h +++ b/libcfs/include/libcfs/libcfs_debug.h @@ -103,7 +103,7 @@ struct ptldebug_header { #define S_ECHO 0x00008000 #define S_LDLM 0x00010000 #define S_LOV 0x00020000 -/* unused */ +#define S_LQUOTA 0x00040000 /* unused */ /* unused */ /* unused */ diff --git a/libcfs/libcfs/debug.c b/libcfs/libcfs/debug.c index dd40428..0728759 100644 --- a/libcfs/libcfs/debug.c +++ b/libcfs/libcfs/debug.c @@ -162,6 +162,8 @@ libcfs_debug_subsys2str(int subsys) return "ldlm"; case S_LOV: return "lov"; + case S_LQUOTA: + return "lquota"; case S_LMV: return "lmv"; case S_SEC: diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 2b85a04..801ba95 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -61,7 +61,7 @@ static const char *libcfs_debug_subsystems[] = "ost", "class", "log", "llite", "rpc", "mgmt", "lnet", "lnd", "pinger", "filter", "", "echo", - "ldlm", "lov", "", "", + "ldlm", "lov", "lquota", "", "", "", "", "lmv", "", "sec", "gss", "", "mgc", "mgs", "fid", "fld", NULL};