From: pschwan Date: Mon, 7 Jul 2003 00:06:46 +0000 (+0000) Subject: Remove two printks from startup; every line that we don't print is X-Git-Tag: v1_7_100~1^91~63 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=644781def0fb243d41870b05fda16693a5d46e35;p=fs%2Flustre-release.git Remove two printks from startup; every line that we don't print is 1100 fewer lines in the MCR /var/log/messages --- diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index 8d26dbb..86be4d1 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -571,8 +571,8 @@ int portals_debug_init(unsigned long bufsize) memset(debug_buf, 0, debug_size); debug_wrapped = 0; - printk(KERN_INFO "Portals: allocated %lu byte debug buffer at %p.\n", - bufsize, debug_buf); + //printk(KERN_INFO "Portals: allocated %lu byte debug buffer at %p.\n", + //bufsize, debug_buf); atomic_set(&debug_off_a, debug_off); notifier_chain_register(&panic_notifier_list, &lustre_panic_notifier); debug_size = bufsize; diff --git a/lustre/portals/libcfs/debug.c b/lustre/portals/libcfs/debug.c index 8d26dbb..86be4d1 100644 --- a/lustre/portals/libcfs/debug.c +++ b/lustre/portals/libcfs/debug.c @@ -571,8 +571,8 @@ int portals_debug_init(unsigned long bufsize) memset(debug_buf, 0, debug_size); debug_wrapped = 0; - printk(KERN_INFO "Portals: allocated %lu byte debug buffer at %p.\n", - bufsize, debug_buf); + //printk(KERN_INFO "Portals: allocated %lu byte debug buffer at %p.\n", + //bufsize, debug_buf); atomic_set(&debug_off_a, debug_off); notifier_chain_register(&panic_notifier_list, &lustre_panic_notifier); debug_size = bufsize;