Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abd4aa5a authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

undeprecate raw driver



Despite repeated attempts over the last two and half years, this driver
seems somewhat persistant.  Remove its deprecated status as it has existing
users who may not be in a position to migrate their apps to O_DIRECT.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f3a740c5
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -41,14 +41,6 @@ Who: Pavel Machek <pavel@suse.cz>


---------------------------
---------------------------


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:	old NCR53C9x driver
What:	old NCR53C9x driver
When:	October 2007
When:	October 2007
Why:	Replaced by the much better esp_scsi driver.  Actual low-level
Why:	Replaced by the much better esp_scsi driver.  Actual low-level
+4 −5
Original line number Original line Diff line number Diff line
@@ -979,15 +979,14 @@ config GPIO_VR41XX
	depends on CPU_VR41XX
	depends on CPU_VR41XX


config RAW_DRIVER
config RAW_DRIVER
	tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)"
	tristate "RAW driver (/dev/raw/rawN)"
	depends on BLOCK
	depends on BLOCK
	help
	help
	  The raw driver permits block devices to be bound to /dev/raw/rawN.
	  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.
	  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 will be removed soon.
          Applications should preferably 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 MAX_RAW_DEVS
config MAX_RAW_DEVS