From d85898d1e182cfd6737c172ce7386b96e1f0c531 Mon Sep 17 00:00:00 2001 From: scjody <scjody> Date: Thu, 19 Jul 2007 00:21:57 +0000 Subject: [PATCH] Branch b1_6 To improve performance, disable most logging (for debug purposes) by default. VFSTRACE, RPCTRACE, and DLMTRACE are now off by default, and HA includes contains fewer messages. Original patch by adilger. b=12417 i=scjody i=green --- lnet/libcfs/debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index a3b165125f..862918a17d 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -37,8 +37,7 @@ unsigned int libcfs_subsystem_debug = ~0; EXPORT_SYMBOL(libcfs_subsystem_debug); unsigned int libcfs_debug = (D_EMERG | D_ERROR | D_WARNING | D_CONSOLE | - D_NETERROR | D_HA | D_CONFIG | D_IOCTL | - D_DLMTRACE | D_RPCTRACE | D_VFSTRACE); + D_NETERROR | D_HA | D_CONFIG | D_IOCTL); EXPORT_SYMBOL(libcfs_debug); unsigned int libcfs_printk; -- GitLab