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:
457c19f
)
* updated lconf symbolic debug masks to be consistent with portals HEAD
author
eeb
<eeb>
Tue, 5 Apr 2005 18:57:03 +0000
(18:57 +0000)
committer
eeb
<eeb>
Tue, 5 Apr 2005 18:57:03 +0000
(18:57 +0000)
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
e9ee234
..
e63bde1
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-91,6
+91,8
@@
ptldebug_names = {
"mmap" : (1 << 23),
"config" : (1 << 24),
"console" : (1 << 25),
+ "quota" : (1 << 26),
+ "sec" : (1 << 27),
}
subsystem_names = {
@@
-119,6
+121,7
@@
subsystem_names = {
"confobd" : (1 << 22),
"lmv" : (1 << 23),
"cmobd" : (1 << 24),
+ "sec" : (1 << 25),
}