aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-01-07 22:29:10 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-07 22:29:10 -0800
commit92e53a36ae5419f272e497dbdbb9bf6f91df4d6b (patch)
treeda0ccd7ca8673493b6adb2075f91116c0bf91198 /fs
parent49020feb3007c04243ed8212eae5cbf2a423b87d (diff)
downloadhistory-92e53a36ae5419f272e497dbdbb9bf6f91df4d6b.tar.gz
[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: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f36e155f1091db..e2661f504c5daa 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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.