[dm-devel] [PATCH 7 of 7] DM RAID: version number inc

Jonathan Brassow jbrassow at redhat.com
Wed Jun 8 22:24:10 UTC 2011


Increment the version number for dm-raid

Version number bump for the following features:
- region_size parameter added to CTR table and status output
- write_mostly parameter added to CTR table and status output
- Metadata devices to hold superblock/bitmap now supported
- Inclusion of RAID 1

Signed-off-by: Jonathan Brassow <jbrassow at redhat.com>

Index: linux-2.6/drivers/md/dm-raid.c
===================================================================
--- linux-2.6.orig/drivers/md/dm-raid.c
+++ linux-2.6/drivers/md/dm-raid.c
@@ -1163,7 +1163,7 @@ static void raid_resume(struct dm_target
 
 static struct target_type raid_target = {
 	.name = "raid",
-	.version = {1, 0, 0},
+	.version = {1, 1, 0},
 	.module = THIS_MODULE,
 	.ctr = raid_ctr,
 	.dtr = raid_dtr,





More information about the dm-devel mailing list