From a6b5d31b3ceca3df8dbef9de9244e6aeaf2674e7 Mon Sep 17 00:00:00 2001 From: tianzy Date: Fri, 25 Jul 2008 13:34:11 +0000 Subject: [PATCH] Branch b1_8 add quota statistics and sort out quota lproc code. b=15058 i=johann i=andrew.perepechko --- lnet/libcfs/debug.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- 1.8.3.1