[Patch 2/3] Mark block2mtd as not deprecated

Jörn Engel joern at wohnheim.fh-wedel.de
Tue Apr 4 05:29:30 EDT 2006


The last (and only) bugreport for this driver was > 1 year ago.  There
is no reason to mark it as experimental anymore.

Signed-off-by: Jörn Engel <joern at wohnheim.fh-wedel.de>
---

 drivers/mtd/devices/Kconfig |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


--- blkmtd/drivers/mtd/devices/Kconfig~block2mtd_experimental	2006-04-04 11:05:33.000000000 +0200
+++ blkmtd/drivers/mtd/devices/Kconfig	2006-04-04 11:08:40.000000000 +0200
@@ -143,12 +143,10 @@ config MTD_BLKMTD
 
 config MTD_BLOCK2MTD
 	tristate "MTD using block device (rewrite)"
-	depends on MTD && EXPERIMENTAL
+	depends on MTD
 	help
 	  This driver is basically the same at MTD_BLKMTD above, but
-	  experienced some interface changes plus serious speedups.  In
-	  the long term, it should replace MTD_BLKMTD.  Right now, you
-	  shouldn't entrust important data to it yet.
+	  experienced some interface changes plus serious speedups.
 
 comment "Disk-On-Chip Device Drivers"
 




More information about the linux-mtd mailing list