* [2.6 patch] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM
@ 2006-03-18 5:01 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-18 5:01 UTC (permalink / raw)
To: linux-kernel
It's purely cosmetical, but with the patch there's no longer a
BLK_DEV_RAM_COUNT setting in the .config if BLK_DEV_RAM=n.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig.old 2006-03-18 05:42:06.000000000 +0100
+++ linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig 2006-03-18 05:42:39.000000000 +0100
@@ -383,8 +383,9 @@
thus say N here.
config BLK_DEV_RAM_COUNT
- int "Default number of RAM disks" if BLK_DEV_RAM
+ int "Default number of RAM disks"
default "16"
+ depends on BLK_DEV_RAM
help
The default value is 16 RAM disks. Change this if you know what
are doing. If you boot from a filesystem that needs to be extracted
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM
@ 2006-03-24 16:56 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-24 16:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
It's purely cosmetical, but with the patch there's no longer a
BLK_DEV_RAM_COUNT setting in the .config if BLK_DEV_RAM=n.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 18 Mar 2006
--- linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig.old 2006-03-18 05:42:06.000000000 +0100
+++ linux-2.6.16-rc6-mm1-full/drivers/block/Kconfig 2006-03-18 05:42:39.000000000 +0100
@@ -383,8 +383,9 @@
thus say N here.
config BLK_DEV_RAM_COUNT
- int "Default number of RAM disks" if BLK_DEV_RAM
+ int "Default number of RAM disks"
default "16"
+ depends on BLK_DEV_RAM
help
The default value is 16 RAM disks. Change this if you know what
are doing. If you boot from a filesystem that needs to be extracted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-24 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-24 16:56 [2.6 patch] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-03-18 5:01 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox