linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Make JFFS depend on CONFIG_BROKEN
@ 2006-12-18 13:25 Josh Boyer
  2006-12-30 21:37 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Boyer @ 2006-12-18 13:25 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Linux Kernel, linux-fsdevel, Andrew Morton, jffs-dev,
	David Woodhouse

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>

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Make JFFS depend on CONFIG_BROKEN
  2006-12-18 13:25 [PATCH] Make JFFS depend on CONFIG_BROKEN Josh Boyer
@ 2006-12-30 21:37 ` Adrian Bunk
  2007-01-01  4:32   ` Josh Boyer
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-12-30 21:37 UTC (permalink / raw)
  To: Josh Boyer
  Cc: Jeff Garzik, Linux Kernel, linux-fsdevel, Andrew Morton, jffs-dev,
	David Woodhouse

On Mon, Dec 18, 2006 at 07:25:56AM -0600, Josh Boyer wrote:
> 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>
> 
> 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
>...

$ grep -i jffs Documentation/feature-removal-schedule.txt 
$ 

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Make JFFS depend on CONFIG_BROKEN
  2006-12-30 21:37 ` Adrian Bunk
@ 2007-01-01  4:32   ` Josh Boyer
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Boyer @ 2007-01-01  4:32 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Jeff Garzik, Linux Kernel, linux-fsdevel, Andrew Morton, jffs-dev,
	David Woodhouse

On 12/30/06, Adrian Bunk <bunk@stusta.de> wrote:
> On Mon, Dec 18, 2006 at 07:25:56AM -0600, Josh Boyer wrote:
> > +       NOTE: This filesystem is deprecated and is scheduled for removal in
> > +       2.6.21.  See Documentation/feature-removal-schedule.txt
> >...
>
> $ grep -i jffs Documentation/feature-removal-schedule.txt
> $

This was a follow on patch to Jeff's 'kill-jffs' branch.  He asked me
to resend it as a separate patch without all the quoted context.

Jeff?

josh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-01  4:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-18 13:25 [PATCH] Make JFFS depend on CONFIG_BROKEN Josh Boyer
2006-12-30 21:37 ` Adrian Bunk
2007-01-01  4:32   ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).