[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [Patch 13 of 14] Device Mapper Mirror
- From: Jonathan Brassow <jbrassow redhat com>
- To: dm-devel redhat com
- Cc: heinzm redhat com, agk redhat com
- Subject: [dm-devel] [Patch 13 of 14] Device Mapper Mirror
- Date: Tue, 07 Nov 2006 10:06:58 -0600
brassow
Bump the mirror version number to indicate that this code has the
ability to detect/tolerate failures.
Index: linux-2.6.18.1/drivers/md/dm-raid1.c
===================================================================
--- linux-2.6.18.1.orig/drivers/md/dm-raid1.c 2006-11-06 17:00:49.000000000 -0600
+++ linux-2.6.18.1/drivers/md/dm-raid1.c 2006-11-06 17:19:29.000000000 -0600
@@ -1731,7 +1731,7 @@ static int mirror_status(struct dm_targe
static struct target_type mirror_target = {
.name = "mirror",
- .version = {1, 0, 2},
+ .version = {1, 2, 0},
.module = THIS_MODULE,
.ctr = mirror_ctr,
.dtr = mirror_dtr,
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]