public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.24 patch] let EXT4DEV_FS depend on BROKEN
@ 2008-01-02  1:32 Adrian Bunk
  2008-01-02 17:41 ` Andreas Dilger
  2008-01-02 18:26 ` Diego Calleja
  0 siblings, 2 replies; 11+ messages in thread
From: Adrian Bunk @ 2008-01-02  1:32 UTC (permalink / raw)
  To: sct, akpm, adilger; +Cc: linux-ext4, linux-kernel

It might make sense to offer ext4 in -mm and even in early -rc kernels, 
but I've already seen people using ext4 simply because a stable kernel 
offered it - and that's definitely not intended.

Anyone who _really_ wants to test ext4 should anyway be able to do the 
trivial change of removing the "depends on BROKEN" line.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
f778e1d046a3554ca15b8637afd0ffbf4790801c 
diff --git a/fs/Kconfig b/fs/Kconfig
index 487236c..d850725 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -138,7 +138,7 @@ config EXT3_FS_SECURITY
 
 config EXT4DEV_FS
 	tristate "Ext4dev/ext4 extended fs support development (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	depends on BROKEN
 	select JBD2
 	select CRC16
 	help


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

end of thread, other threads:[~2008-01-04  5:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-02  1:32 [2.6.24 patch] let EXT4DEV_FS depend on BROKEN Adrian Bunk
2008-01-02 17:41 ` Andreas Dilger
2008-01-02 19:51   ` Adrian Bunk
2008-01-02 21:51     ` Eric Anopolsky
2008-01-04  5:41       ` Valdis.Kletnieks
2008-01-02 22:43     ` Eric Sandeen
2008-01-02 20:40   ` Alan Cox
2008-01-02 18:26 ` Diego Calleja
2008-01-02 21:16   ` Adrian Bunk
2008-01-02 21:21     ` Alan Cox
2008-01-02 21:31     ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox