From: Arjan van de Ven Date: Sun, 21 Sep 2008 22:44:32 +0000 (-0700) Subject: raid: make RAID autodetect default a KConfig option X-Git-Tag: v2.6.28-rc1~578^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a364092a412975e506415f77f0628cbdd28c3913;p=pandora-kernel.git 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 Acked-by: NeilBrown --- Reading git-diff-tree failed