raid: make RAID autodetect default a KConfig option
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 21 Sep 2008 22:44:32 +0000 (15:44 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sun, 12 Oct 2008 15:25:02 +0000 (08:25 -0700)
commita364092a412975e506415f77f0628cbdd28c3913
tree98d7d66e8658c9959b2961f0b40356e981277395
parent82cbc11a4146d6a8acd81f81f7fe17387668107f
raid: make RAID autodetect default a KConfig option

RAID autodetect has the side effect of requiring synchronisation
of all device drivers, which can make the boot several seconds longer
(I've measured 7 on one of my laptops).... even for systems that don't
have RAID setup for the root filesystem (the only FS where this matters).

This patch makes the default for autodetect a config option; either way
the user can always override via the kernel command line.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: NeilBrown <neilb@suse.de>
drivers/md/Kconfig
init/do_mounts_md.c