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 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel