From: Christoph Hellwig <hch@infradead.org>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [BK PATCH] fix floppy build
Date: Wed, 29 Dec 2004 19:06:24 +0000 [thread overview]
Message-ID: <20041229190624.GA15538@infradead.org> (raw)
In-Reply-To: <41D2FF34.3040606@pobox.com>
On Wed, Dec 29, 2004 at 02:02:12PM -0500, Jeff Garzik wrote:
> So my patch removing #include kernel/version.h broke the modular floppy
> build... doh. I would prefer to remove the redundancy of listing the
> kernel version each time the floppy driver is loaded.
>
> See attached for 'bk pull' and example patch.
> Please do a
>
> bk pull bk://gkernel.bkbits.net/misc-2.6
>
> This will update the following files:
>
> drivers/block/floppy.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> through these ChangeSets:
>
> <jgarzik@pobox.com> (04/12/29 1.2079)
> block/floppy.c: fix build by removing UTS_RELEASE use
>
> It's redundant to the kernel message that prints out the kernel version,
> as well as many other places where one can request the kernel version.
>
> diff -Nru a/drivers/block/floppy.c b/drivers/block/floppy.c
> --- a/drivers/block/floppy.c 2004-12-29 14:00:55 -05:00
> +++ b/drivers/block/floppy.c 2004-12-29 14:00:55 -05:00
> @@ -4595,7 +4595,7 @@
>
> int init_module(void)
> {
> - printk(KERN_INFO "inserting floppy driver for " UTS_RELEASE "\n");
> + printk(KERN_INFO "inserting floppy driver\n");
or just kill the printk completely..
prev parent reply other threads:[~2004-12-29 19:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-29 19:02 Jeff Garzik
2004-12-29 19:06 ` Christoph Hellwig [this message]
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=20041229190624.GA15538@infradead.org \
--to=hch@infradead.org \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®