From: Olaf Kirch <okir@suse.de>
To: netdev@oss.sgi.com
Subject: [PATCH] eliminate divert_blk message
Date: Mon, 5 Apr 2004 17:03:12 +0200 [thread overview]
Message-ID: <20040405150312.GS11477@suse.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
Every time a non-ethernet device is configured (e.g. when using PPP) the
kernel logs a message saying "not allocating divert_blk for non-ethernet
device". This patch disables the message.
Cheers,
Olaf
--
Olaf Kirch | The Hardware Gods hate me.
okir@suse.de |
---------------+
[-- Attachment #2: divert_blk-shutup --]
[-- Type: text/plain, Size: 340 bytes --]
--- linux-2.6.4/net/core/dv.c.quiet 2004-02-04 04:43:45.000000000 +0100
+++ linux-2.6.4/net/core/dv.c 2004-04-05 16:50:06.000000000 +0200
@@ -67,9 +67,6 @@
}
dev_hold(dev);
} else {
- printk(KERN_DEBUG "divert: not allocating divert_blk for non-ethernet device %s\n",
- dev->name);
-
dev->divert = NULL;
}
return 0;
next reply other threads:[~2004-04-05 15:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-05 15:03 Olaf Kirch [this message]
2004-04-05 16:19 ` [PATCH] eliminate divert_blk message Andi Kleen
2004-04-05 16:20 ` Andi Kleen
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=20040405150312.GS11477@suse.de \
--to=okir@suse.de \
--cc=netdev@oss.sgi.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.