public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Patch to shut up pppoe warnings
@ 2003-03-26 13:37 Patrick Mau
  0 siblings, 0 replies; only message in thread
From: Patrick Mau @ 2003-03-26 13:37 UTC (permalink / raw)
  To: Linux Kernel

Hi,

the following patch removes a warning printk for pppoe.
This is not a fix, but it's flooding my syslog. Maybe
someone could look into this.

Patch is against BK current.

Patrick

--- ./bk-2.5/net/core/dev.c	2003-03-25 18:26:05.000000000 +0100
+++ ./test-2.5/net/core/dev.c	2003-03-25 23:00:55.000000000 +0100
@@ -1368,8 +1368,10 @@
 #if CONFIG_SMP
 	/* Old protocols did not depened on BHs different of NET_BH and
 	   TIMER_BH - they need to be fixed for the new assumptions.
-	 */
+	   This needs to be fixed for pppoe. I don't now how.
+
 	print_symbol("fix old protocol handler %s!\n", (unsigned long)pt->func);
+	 */
 #endif
 	ret = pt->func(skb, skb->dev, pt);
 out:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-26 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-26 13:37 Patch to shut up pppoe warnings Patrick Mau

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