public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Patrick Mau <mau@oscar.ping.de>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Patch to shut up pppoe warnings
Date: Wed, 26 Mar 2003 14:37:18 +0100	[thread overview]
Message-ID: <20030326133717.GA26668@oscar.ping.de> (raw)

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:

                 reply	other threads:[~2003-03-26 13:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030326133717.GA26668@oscar.ping.de \
    --to=mau@oscar.ping.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox