From: tianzy Date: Fri, 25 Jul 2008 13:34:11 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_7_70~2^452~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6b5d31b3ceca3df8dbef9de9244e6aeaf2674e7;p=fs%2Flustre-release.git Branch b1_8 add quota statistics and sort out quota lproc code. b=15058 i=johann i=andrew.perepechko --- diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index f1279cd..96a30c2 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -166,6 +166,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: