Commit 92e53a36 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] mark QNX4FS_RW as BROKEN

Anders Larsen wrote:

  If you remove any code inside the #ifdef CONFIG_QNX4FS_RW we might as well
  remove the option "config QNX4FS_RW" altogether.  It's horribly broken, and
  I don't intend to fix it; while I was thinking about how to properly
  implement write-support, somebody else went away and did it.  As that
  alternative seems to work well and is being actively maintained, I won't try
  to reinvent it.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 49020feb
......@@ -1338,7 +1338,7 @@ config QNX4FS_FS
config QNX4FS_RW
bool "QNX4FS write support (DANGEROUS)"
depends on QNX4FS_FS && EXPERIMENTAL
depends on QNX4FS_FS && EXPERIMENTAL && BROKEN
help
Say Y if you want to test write support for QNX4 file systems.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment