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:
b322039
)
b=20247 Disabling printing D_NETERROR messages on the console.
author
Dmitry Zogin
<dmitry.zogin@sun.com>
Fri, 8 Jan 2010 16:08:32 +0000
(11:08 -0500)
committer
Johann Lombardi
<johann@sun.com>
Fri, 8 Jan 2010 22:09:40 +0000
(23:09 +0100)
i=he.huang
i=johann
i=adilger
Remove neterror from libcfs_printk since it is too chatty
and can flood the console.
lnet/libcfs/debug.c
patch
|
blob
|
history
diff --git
a/lnet/libcfs/debug.c
b/lnet/libcfs/debug.c
index
311b491
..
3707c9a
100644
(file)
--- a/
lnet/libcfs/debug.c
+++ b/
lnet/libcfs/debug.c
@@
-68,7
+68,7
@@
CFS_MODULE_PARM(libcfs_debug_mb, "i", int, 0644,
"Total debug buffer size.");
EXPORT_SYMBOL(libcfs_debug_mb);
-unsigned int libcfs_printk = (D_CANTMASK
| D_NETERROR
);
+unsigned int libcfs_printk = (D_CANTMASK);
CFS_MODULE_PARM(libcfs_printk, "i", uint, 0644,
"Lustre kernel debug console mask");
EXPORT_SYMBOL(libcfs_printk);