From: Jonathan Brassow Bump the mirror version number to indicate that this code has the ability to detect/tolerate failures. [FIXME: Merge this into an earlier patch] --- drivers/md/dm-raid1.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.24-rc5/drivers/md/dm-raid1.c =================================================================== --- linux-2.6.24-rc5.orig/drivers/md/dm-raid1.c 2007-12-13 15:34:12.000000000 +0000 +++ linux-2.6.24-rc5/drivers/md/dm-raid1.c 2007-12-13 15:34:15.000000000 +0000 @@ -1785,7 +1785,7 @@ static int mirror_status(struct dm_targe static struct target_type mirror_target = { .name = "mirror", - .version = {1, 0, 3}, + .version = {1, 2, 0}, .module = THIS_MODULE, .ctr = mirror_ctr, .dtr = mirror_dtr,