]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dm raid: select the Kconfig option CONFIG_MD_RAID0
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 28 Mar 2017 16:53:39 +0000 (12:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:46:11 +0000 (15:46 +0200)
commit539ee786497fc7529a895954ccac220f8f10b42d
tree7b52f44dea3e46e5bb46cd831ff96f5a12de4452
parent11dfdb1a46b4fe98559ff8799256eef1ffebd09e
dm raid: select the Kconfig option CONFIG_MD_RAID0

commit 7b81ef8b14f80033e4a4168d199a0f5fd79b9426 upstream.

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")
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>
drivers/md/Kconfig