From 644781def0fb243d41870b05fda16693a5d46e35 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 7 Jul 2003 00:06:46 +0000 Subject: [PATCH] Remove two printks from startup; every line that we don't print is 1100 fewer lines in the MCR /var/log/messages --- lnet/libcfs/debug.c | 4 ++-- lustre/portals/libcfs/debug.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 1.8.3.1