aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2006-12-22 04:09:03 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-22 11:55:48 -0500
commit163ca88b9c5858909ee3f8801ae0096b5f94e835 (patch)
tree07dc9cae76a3a1c0b7f80d47b22dc4efc686959b /fs
parent9127d4b1d9b2e8fba8e7fbc7f88ea93e5eb01396 (diff)
[PATCH] Make JFFS depend on CONFIG_BROKEN
Mark JFFS as broken and provide a warning to users that it is deprecated and scheduled for removal in 2.6.21 Signed-off-by: Josh Boyer <jwboyer@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 276ff3baaafe..8cd2417a14db 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1198,13 +1198,16 @@ config EFS_FS
1198 1198
1199config JFFS_FS 1199config JFFS_FS
1200 tristate "Journalling Flash File System (JFFS) support" 1200 tristate "Journalling Flash File System (JFFS) support"
1201 depends on MTD && BLOCK 1201 depends on MTD && BLOCK && BROKEN
1202 help 1202 help
1203 JFFS is the Journalling Flash File System developed by Axis 1203 JFFS is the Journalling Flash File System developed by Axis
1204 Communications in Sweden, aimed at providing a crash/powerdown-safe 1204 Communications in Sweden, aimed at providing a crash/powerdown-safe
1205 file system for disk-less embedded devices. Further information is 1205 file system for disk-less embedded devices. Further information is
1206 available at (<http://developer.axis.com/software/jffs/>). 1206 available at (<http://developer.axis.com/software/jffs/>).
1207 1207
1208 NOTE: This filesystem is deprecated and is scheduled for removal in
1209 2.6.21. See Documentation/feature-removal-schedule.txt
1210
1208config JFFS_FS_VERBOSE 1211config JFFS_FS_VERBOSE
1209 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" 1212 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"
1210 depends on JFFS_FS 1213 depends on JFFS_FS