提交 98e7f294 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] schedule the obsolete raw driver for removal

Since kernel 2.6.3 the Kconfig text explicitely stated this driver was
obsolete.

(trolling for IBMers)
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 c33ed271
...@@ -43,6 +43,14 @@ Who: Randy Dunlap <rddunlap@osdl.org> ...@@ -43,6 +43,14 @@ Who: Randy Dunlap <rddunlap@osdl.org>
--------------------------- ---------------------------
What: RAW driver (CONFIG_RAW_DRIVER)
When: December 2005
Why: declared obsolete since kernel 2.6.3
O_DIRECT can be used instead
Who: Adrian Bunk <bunk@stusta.de>
---------------------------
What: register_ioctl32_conversion() / unregister_ioctl32_conversion() What: register_ioctl32_conversion() / unregister_ioctl32_conversion()
When: April 2005 When: April 2005
Why: Replaced by ->compat_ioctl in file_operations and other method Why: Replaced by ->compat_ioctl in file_operations and other method
......
...@@ -940,8 +940,8 @@ config RAW_DRIVER ...@@ -940,8 +940,8 @@ config RAW_DRIVER
Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
See the raw(8) manpage for more details. See the raw(8) manpage for more details.
The raw driver is deprecated and may be removed from 2.7 The raw driver is deprecated and will be removed soon.
kernels. Applications should simply open the device (eg /dev/hda1) Applications should simply open the device (eg /dev/hda1)
with the O_DIRECT flag. with the O_DIRECT flag.
config HPET config HPET
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册