[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH 7 of 7] DM RAID: version number inc
- From: Jonathan Brassow <jbrassow redhat com>
- To: dm-devel redhat com
- Subject: [dm-devel] [PATCH 7 of 7] DM RAID: version number inc
- Date: Wed, 08 Jun 2011 17:24:10 -0500
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>
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,
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]