mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
[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>
This commit is contained in:
parent
9127d4b1d9
commit
163ca88b9c
@ -1198,13 +1198,16 @@ config EFS_FS
|
|||||||
|
|
||||||
config JFFS_FS
|
config JFFS_FS
|
||||||
tristate "Journalling Flash File System (JFFS) support"
|
tristate "Journalling Flash File System (JFFS) support"
|
||||||
depends on MTD && BLOCK
|
depends on MTD && BLOCK && BROKEN
|
||||||
help
|
help
|
||||||
JFFS is the Journalling Flash File System developed by Axis
|
JFFS is the Journalling Flash File System developed by Axis
|
||||||
Communications in Sweden, aimed at providing a crash/powerdown-safe
|
Communications in Sweden, aimed at providing a crash/powerdown-safe
|
||||||
file system for disk-less embedded devices. Further information is
|
file system for disk-less embedded devices. Further information is
|
||||||
available at (<http://developer.axis.com/software/jffs/>).
|
available at (<http://developer.axis.com/software/jffs/>).
|
||||||
|
|
||||||
|
NOTE: This filesystem is deprecated and is scheduled for removal in
|
||||||
|
2.6.21. See Documentation/feature-removal-schedule.txt
|
||||||
|
|
||||||
config JFFS_FS_VERBOSE
|
config JFFS_FS_VERBOSE
|
||||||
int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"
|
int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"
|
||||||
depends on JFFS_FS
|
depends on JFFS_FS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user