dm raid: select the Kconfig option CONFIG_MD_RAID0
commit7b81ef8b14
upstream. Since the commit0cf4503174
("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:0cf4503174
("dm raid: add support for the MD RAID0 personality") Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fa499b361b
commit
4df4bf1df9
@ -357,6 +357,7 @@ config DM_LOG_USERSPACE
|
|||||||
config DM_RAID
|
config DM_RAID
|
||||||
tristate "RAID 1/4/5/6/10 target"
|
tristate "RAID 1/4/5/6/10 target"
|
||||||
depends on BLK_DEV_DM
|
depends on BLK_DEV_DM
|
||||||
|
select MD_RAID0
|
||||||
select MD_RAID1
|
select MD_RAID1
|
||||||
select MD_RAID10
|
select MD_RAID10
|
||||||
select MD_RAID456
|
select MD_RAID456
|
||||||
|
Reference in New Issue
Block a user