From: Mikulas Patocka Date: Tue, 28 Mar 2017 16:53:39 +0000 (-0400) Subject: dm raid: select the Kconfig option CONFIG_MD_RAID0 X-Git-Tag: android-x86-8.1-r1~3649^2~34 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7b81ef8b14f80033e4a4168d199a0f5fd79b9426;p=android-x86%2Fkernel.git dm raid: select the Kconfig option CONFIG_MD_RAID0 Since the commit 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality"), the dm-raid subsystem can activate a RAID-0 array. Therefore, add MD_RAID0 to the dependencies of DM_RAID, so that MD_RAID0 will be selected when DM_RAID is selected. Fixes: 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality") Cc: stable@vger.kernel.org # v4.2+ Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 5c5ed97c9fda..ee2c21e3d232 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -357,6 +357,7 @@ config DM_LOG_USERSPACE config DM_RAID tristate "RAID 1/4/5/6/10 target" depends on BLK_DEV_DM + select MD_RAID0 select MD_RAID1 select MD_RAID10 select MD_RAID456