lkml.org 
[lkml]   [2004]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.8-rc2-mm1
The following issue comes from Linus' tree:

JFFS2_COMPRESSION_OPTIONS is asked even if JFFS2_FS support isn't
selected.

The patch below adds a dependency on JFFS2_FS to
JFFS2_COMPRESSION_OPTIONS.

I've also added a dependency on EXPERIMENTAL which seemed to be logical
after reading the description of this option (but even if you disagree
with this, please add the dependency on JFFS2_FS).


Signed-off-by: Adrian Bunk <bunk@fs.tum.de>

--- linux-2.6.8-pre2-mm1/fs/Kconfig.old 2004-07-29 16:24:35.000000000 +0200
+++ linux-2.6.8-pre2-mm1/fs/Kconfig 2004-07-29 16:24:55.000000000 +0200
@@ -1088,18 +1088,19 @@
including a link to the mailing list where details of the remaining
work to be completed for NAND flash support can be found, see the
JFFS2 web site at <http://sources.redhat.com/jffs2>.

Say 'N' unless you have NAND flash and you are willing to test and
develop JFFS2 support for it.

config JFFS2_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS2"
+ depends on JFFS2_FS && EXPERIMENTAL
default n
help
Enabling this option allows you to explicitly choose which
compression modules, if any, are enabled in JFFS2. Removing
compressors and mean you cannot read existing file systems,
and enabling experimental compressors can mean that you
write a file system which cannot be read by a standard kernel.

If unsure, you should _definitely_ say 'N'.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.526 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site