diff mbox

[7,of,7] DM RAID: version number inc

Message ID 1307571850.18638.16.camel@f14.redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Alasdair Kergon
Headers show

Commit Message

Jonthan Brassow June 8, 2011, 10:24 p.m. UTC
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@redhat.com>



--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

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,