[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060901135055.GA18276@stusta.de>
Date: Fri, 1 Sep 2006 15:50:55 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Grant Wilson <grant.wilson@....co.uk>,
David Howells <dhowells@...hat.com>,
Jens Axboe <axboe@...nel.dk>
Cc: Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org,
dm-devel@...hat.com
Subject: [-mm patch] drivers/md/Kconfig: fix BLOCK dependency
On Fri, Sep 01, 2006 at 11:44:29AM +0100, Grant Wilson wrote:
> Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc5/2.6.18-rc5-mm1/
> [snip]
> > The CONFIG_BLOCK changes wrecked these.
>
> The CONFIG_BLOCK changes also seem to prevent the selection of any RAID
> or LVM drivers...
Thanks for the bug report, patch below.
> Cheers,
> Grant
cu
Adrian
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- linux-2.6.18-rc5-mm1/drivers/md/Kconfig.old 2006-09-01 15:47:10.000000000 +0200
+++ linux-2.6.18-rc5-mm1/drivers/md/Kconfig 2006-09-01 15:47:16.000000000 +0200
@@ -2,7 +2,7 @@
# Block device driver configuration
#
-if CONFIG_BLOCK
+if BLOCK
menu "Multi-device support (RAID and LVM)"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists