* [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig
@ 2004-07-19 15:41 Kronos
2004-07-20 17:24 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Kronos @ 2004-07-19 15:41 UTC (permalink / raw)
To: dwmw2; +Cc: linux-kernel
Hi,
It seems to me that JFFS2_COMPRESSION_OPTIONS depends on JFFS2_FS:
--- linux-2.6/fs/Kconfig.orig 2004-07-19 17:39:06.000000000 +0200
+++ linux-2.6/fs/Kconfig 2004-07-19 17:39:27.000000000 +0200
@@ -1151,6 +1151,7 @@
config JFFS2_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS2"
+ depends on JFFS2_FS
default n
help
Enabling this option allows you to explicitly choose which
HTH,
Luca
--
Home: http://kronoz.cjb.net
"New processes are created by other processes, just like new
humans. New humans are created by other humans, of course,
not by processes." -- Unix System Administration Handbook
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig
2004-07-19 15:41 [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig Kronos
@ 2004-07-20 17:24 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2004-07-20 17:24 UTC (permalink / raw)
To: torvalds, akpm, kronos; +Cc: linux-kernel
On Mon, 2004-07-19 at 17:41 +0200, Kronos wrote:
> Hi,
> It seems to me that JFFS2_COMPRESSION_OPTIONS depends on JFFS2_FS:
Indeed it does.
Linus/Andrew, please pull from bk://linux-mtd.bkbits.net/mtd-2.6.
It has Kronos' fix and a couple more from Adrian Bunk, and it also marks
the JFFS2 support for NAND flash as no longer being experimental.
ChangeSet@1.1852, 2004-07-20 12:42:36-04:00, dwmw2@shinybook.infradead.org +1 -0
NAND support in JFFS2 isn't experimental any more.
ChangeSet@1.1851, 2004-07-20 12:40:06-04:00, kronos@kronoz.cjb.net +1 -0
Fix JFFS2_COMPRESSION_OPTIONS in Kconfig
Hi,
It seems to me that JFFS2_COMPRESSION_OPTIONS depends on JFFS2_FS:
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
ChangeSet@1.1850, 2004-07-20 12:37:20-04:00, bunk@fs.tum.de +1 -0
MAINTAINERS: update MTD list
Trying to send an email to mtd@infradead.org gives you the answer that
you should use linux-mtd@lists.infradead.org instead.
So let's update the entry in MAINTAINERS.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
ChangeSet@1.1849, 2004-07-20 12:35:52-04:00, bunk@fs.tum.de +5 -0
MTD: remove some kernel 2.0 and 2.2 #ifdef's
The patch below (applies against 2.6.8-rc2) removes some #ifdef's for
kernel 2.0 and 2.2 from the MTD code.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-20 17:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 15:41 [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig Kronos
2004-07-20 17:24 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox