All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dm-raid: select the config option CONFIG_MD_RAID0
@ 2017-03-28 16:53 Mikulas Patocka
  0 siblings, 0 replies; only message in thread
From: Mikulas Patocka @ 2017-03-28 16:53 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel

Since the commit 0cf4503174c1, 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.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Fixes: 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality")
Cc: stable@vger.kernel.org	# v4.2+

---
 drivers/md/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/drivers/md/Kconfig
===================================================================
--- linux-2.6.orig/drivers/md/Kconfig
+++ linux-2.6/drivers/md/Kconfig
@@ -365,6 +365,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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-28 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 16:53 [PATCH] dm-raid: select the config option CONFIG_MD_RAID0 Mikulas Patocka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.