Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa44e0
)
Branch b1_8
author
tianzy
<tianzy>
Fri, 25 Jul 2008 13:34:11 +0000
(13:34 +0000)
committer
tianzy
<tianzy>
Fri, 25 Jul 2008 13:34:11 +0000
(13:34 +0000)
add quota statistics and sort out quota lproc code.
b=15058
i=johann
i=andrew.perepechko
lnet/libcfs/debug.c
patch
|
blob
|
history
diff --git
a/lnet/libcfs/debug.c
b/lnet/libcfs/debug.c
index
f1279cd
..
96a30c2
100644
(file)
--- 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: