From: Adrian Bunk <bunk@fs.tum.de>
To: Andrew Morton <akpm@osdl.org>
Cc: viro@parcelfarce.linux.theplanet.co.uk, hch@infradead.org,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.2-rc1-mm1
Date: Thu, 22 Jan 2004 22:30:36 +0100 [thread overview]
Message-ID: <20040122213036.GP6441@fs.tum.de> (raw)
In-Reply-To: <20040122123156.2588d0a1.akpm@osdl.org>
On Thu, Jan 22, 2004 at 12:31:56PM -0800, Andrew Morton wrote:
> viro@parcelfarce.linux.theplanet.co.uk wrote:
> >
> > { raw driver stuff ]
> >
>
> I'd be inclined to leave the raw driver as-is, frankly. It's deprecated,
> obsolete and we should be trying to remove it from 2.7.
>
> --- 25/drivers/char/Kconfig~raw-is-obsolete 2004-01-22 12:30:02.000000000 -0800
> +++ 25-akpm/drivers/char/Kconfig 2004-01-22 12:31:32.000000000 -0800
> @@ -961,12 +961,15 @@ config SCx200_GPIO
> If compiled as a module, it will be called scx200_gpio.
>
> config RAW_DRIVER
> - tristate "RAW driver (/dev/raw/rawN)"
> + tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)"
> help
> The raw driver permits block devices to be bound to /dev/raw/rawN.
> Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
> See the raw(8) manpage for more details.
>
> + The raw driver is deprecated and may be removed from 2.7 kernels.
> + Applications should simply open /dev/hda with the O_DIRECT flag.
>...
Nitpicking:
/dev/hda -> the device
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@fs.tum.de>
To: Andrew Morton <akpm@osdl.org>
Cc: viro@parcelfarce.linux.theplanet.co.uk, hch@infradead.org,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.2-rc1-mm1
Date: Thu, 22 Jan 2004 22:30:36 +0100 [thread overview]
Message-ID: <20040122213036.GP6441@fs.tum.de> (raw)
In-Reply-To: <20040122123156.2588d0a1.akpm@osdl.org>
On Thu, Jan 22, 2004 at 12:31:56PM -0800, Andrew Morton wrote:
> viro@parcelfarce.linux.theplanet.co.uk wrote:
> >
> > { raw driver stuff ]
> >
>
> I'd be inclined to leave the raw driver as-is, frankly. It's deprecated,
> obsolete and we should be trying to remove it from 2.7.
>
> --- 25/drivers/char/Kconfig~raw-is-obsolete 2004-01-22 12:30:02.000000000 -0800
> +++ 25-akpm/drivers/char/Kconfig 2004-01-22 12:31:32.000000000 -0800
> @@ -961,12 +961,15 @@ config SCx200_GPIO
> If compiled as a module, it will be called scx200_gpio.
>
> config RAW_DRIVER
> - tristate "RAW driver (/dev/raw/rawN)"
> + tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)"
> help
> The raw driver permits block devices to be bound to /dev/raw/rawN.
> Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
> See the raw(8) manpage for more details.
>
> + The raw driver is deprecated and may be removed from 2.7 kernels.
> + Applications should simply open /dev/hda with the O_DIRECT flag.
>...
Nitpicking:
/dev/hda -> the device
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2004-01-22 21:30 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-22 9:35 2.6.2-rc1-mm1 Andrew Morton
2004-01-22 9:35 ` 2.6.2-rc1-mm1 Andrew Morton
2004-01-22 11:03 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:03 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 15:19 ` 2.6.2-rc1-mm1 viro
2004-01-22 15:19 ` 2.6.2-rc1-mm1 viro
2004-01-22 20:31 ` 2.6.2-rc1-mm1 Andrew Morton
2004-01-22 20:31 ` 2.6.2-rc1-mm1 Andrew Morton
2004-01-22 21:30 ` Adrian Bunk [this message]
2004-01-22 21:30 ` 2.6.2-rc1-mm1 Adrian Bunk
2004-01-22 23:38 ` 2.6.2-rc1-mm1 Greg KH
2004-01-22 23:38 ` 2.6.2-rc1-mm1 Greg KH
2004-01-23 0:24 ` 2.6.2-rc1-mm1 viro
2004-01-23 0:24 ` 2.6.2-rc1-mm1 viro
2004-01-23 0:41 ` 2.6.2-rc1-mm1 Greg KH
2004-01-23 0:41 ` 2.6.2-rc1-mm1 Greg KH
2004-01-22 11:05 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:05 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:07 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:07 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:12 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 11:12 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 12:17 ` 2.6.2-rc1-mm1 Jeff Dike
2004-01-22 12:17 ` 2.6.2-rc1-mm1 Jeff Dike
2004-01-22 12:00 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 12:00 ` 2.6.2-rc1-mm1 Christoph Hellwig
2004-01-22 13:28 ` 2.6.2-rc1-mm1 Jeff Dike
2004-01-22 13:28 ` 2.6.2-rc1-mm1 Jeff Dike
2004-01-22 13:20 ` 2.6.2-rc1-mm1 Axel Siebenwirth
2004-01-22 21:34 ` 2.6.2-rc1-mm1 Andrew Morton
2004-01-22 16:26 ` 2.6.2-rc1-mm1 (compile stats) John Cherry
2004-01-22 16:26 ` John Cherry
2004-01-22 21:12 ` 2.6.2-rc1-mm1 Tom Rini
2004-01-22 21:12 ` 2.6.2-rc1-mm1 Tom Rini
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=20040122213036.GP6441@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=akpm@osdl.org \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=viro@parcelfarce.linux.theplanet.co.uk \
/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.