public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc svc: be quieter
@ 2006-03-05  0:55 Daniel Drake
  2006-03-05 13:52 ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Drake @ 2006-03-05  0:55 UTC (permalink / raw)
  To: neilb; +Cc: nfs, linux-kernel, okir

A Gentoo user at http://bugs.gentoo.org/124884 reports that the following
message appears in the logs over 650 times every day:

	svc: unknown version (0)

The system is a NFS server with many active clients.

Given that this #define only controls printk output, does it make sense to
disable it by default?

Signed-off-by: Daniel Drake <dsd@gentoo.org>

--- linux/net/sunrpc/svc.c.orig	2006-03-05 00:51:10.000000000 +0000
+++ linux/net/sunrpc/svc.c	2006-03-05 00:52:40.000000000 +0000
@@ -20,7 +20,7 @@
 #include <linux/sunrpc/clnt.h>
 
 #define RPCDBG_FACILITY	RPCDBG_SVCDSP
-#define RPC_PARANOIA 1
+#undef RPC_PARANOIA
 
 /*
  * Create an RPC service

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-19 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-05  0:55 [PATCH] sunrpc svc: be quieter Daniel Drake
2006-03-05 13:52 ` Jan Engelhardt
2006-03-06 20:52   ` Trond Myklebust
2006-03-14 21:21     ` Daniel Drake
2006-03-14 21:29       ` Trond Myklebust
2006-04-19 11:14         ` Daniel Drake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox