From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josh Boyer" Subject: [PATCH] Make JFFS depend on CONFIG_BROKEN Date: Mon, 18 Dec 2006 07:25:56 -0600 Message-ID: <625fc13d0612180525m500fcecdta08edebb3dd526a6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Linux Kernel" , linux-fsdevel@vger.kernel.org, "Andrew Morton" , jffs-dev@axis.com, "David Woodhouse" Return-path: Received: from ug-out-1314.google.com ([66.249.92.173]:43762 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753905AbWLRNZ5 (ORCPT ); Mon, 18 Dec 2006 08:25:57 -0500 Received: by ug-out-1314.google.com with SMTP id 44so1502264uga for ; Mon, 18 Dec 2006 05:25:56 -0800 (PST) To: "Jeff Garzik" Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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 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 (). + 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