Patch to shut up pppoe warnings

From: Patrick Mau (mau@oscar.ping.de)
Date: Wed Mar 26 2003 - 08:37:18 EST


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:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:23 EST