All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] dm raid45 target: add raid45 modules to Makefile and adjust Kconfig
@ 2009-06-15 17:21 heinzm
  0 siblings, 0 replies; only message in thread
From: heinzm @ 2009-06-15 17:21 UTC (permalink / raw)
  To: dm-devel


This patch adjusts Makefile and Kconfig.

Heinz

 drivers/md/{Makefile.orig => Makefile} |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/md/Makefile.orig b/drivers/md/Makefile
index 45cc595..92541a2 100644
--- a/drivers/md/Makefile.orig
+++ b/drivers/md/Makefile
@@ -39,6 +39,9 @@ obj-$(CONFIG_DM_MULTIPATH)	+= dm-multipath.o dm-round-robin.o
 obj-$(CONFIG_DM_SNAPSHOT)	+= dm-snapshot.o
 obj-$(CONFIG_DM_MIRROR)		+= dm-mirror.o dm-log.o dm-region-hash.o
 obj-$(CONFIG_DM_ZERO)		+= dm-zero.o
+obj-$(CONFIG_DM_RAID45)		+= dm-raid45.o dm-log.o dm-memcache.o \
+				   dm-region-hash.o dm-message.o
+
 
 quiet_cmd_unroll = UNROLL  $@
       cmd_unroll = $(PERL) $(srctree)/$(src)/unroll.pl $(UNROLL) \
 drivers/md/{Kconfig.orig => Kconfig} |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/md/Kconfig.orig b/drivers/md/Kconfig
index 36e0675..a6d0f87 100644
--- a/drivers/md/Kconfig.orig
+++ b/drivers/md/Kconfig
@@ -264,4 +264,13 @@ config DM_UEVENT
 	---help---
 	Generate udev events for DM events.
 
+config DM_RAID45
+	tristate "RAID 4/5 target (EXPERIMENTAL)"
+	depends on BLK_DEV_DM && EXPERIMENTAL
+	select ASYNC_XOR
+	---help---
+	A target that supports RAID4 and RAID5 mappings.
+
+	If unsure, say N.
+
 endif # MD

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

only message in thread, other threads:[~2009-06-15 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15 17:21 [PATCH 6/6] dm raid45 target: add raid45 modules to Makefile and adjust Kconfig heinzm

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.