Re: [PATCH/RFC] Delete JFFS (version 1)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Josh Boyer
Date: Tuesday, December 12, 2006 - 11:38 am

On 12/12/06, Andrew Morton <akpm@osdl.org> wrote:

Something like the below?

Make CONFIG_JFFS depend on CONFIG_BROKEN

Signed-off-by: Josh Boyer <jwboyer@gmail.com>

diff --git a/fs/Kconfig b/fs/Kconfig
index b3b5aa0..4ac367d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1204,13 +1204,16 @@ config EFS_FS

 config JFFS_FS
 	tristate "Journalling Flash File System (JFFS) support"
-	depends on MTD && BLOCK
+	depends on MTD && BLOCK && BROKEN
 	help
 	  JFFS is the Journalling Flash File System developed by Axis
 	  Communications in Sweden, aimed at providing a crash/powerdown-safe
 	  file system for disk-less embedded devices. Further information is
 	  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
 	int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"
 	depends on JFFS_FS
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH/RFC] Delete JFFS (version 1), Jeff Garzik, (Tue Dec 12, 5:39 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Josh Boyer, (Tue Dec 12, 5:56 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Jörn, (Tue Dec 12, 5:58 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Jeff Garzik, (Tue Dec 12, 6:02 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Josh Boyer, (Tue Dec 12, 6:06 am)
Re: [PATCH/RFC] Delete JFFS (version 1), David Woodhouse, (Tue Dec 12, 6:07 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Jeff Garzik, (Tue Dec 12, 6:09 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Bill Nottingham, (Tue Dec 12, 10:01 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Jeff Garzik, (Tue Dec 12, 10:20 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Alan, (Tue Dec 12, 10:28 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Andrew Morton, (Tue Dec 12, 10:53 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Josh Boyer, (Tue Dec 12, 11:38 am)
Re: [PATCH/RFC] Delete JFFS (version 1), Andreas Dilger, (Tue Dec 12, 2:49 pm)
Re: [PATCH/RFC] Delete JFFS (version 1), Jörn, (Wed Dec 13, 12:06 am)
Re: [PATCH/RFC] Delete JFFS (version 1), David Weinehall, (Tue Dec 19, 3:56 am)