[PATCH] DM 4/5: dm-zero version

From: Kevin Corry
Date: Wed Jun 09 2004 - 10:35:50 EST


Add missing dm-zero version number.

From: Alasdair Kergon <agk@xxxxxxxxxx>
Signed-off-by: Kevin Corry <kevcorry@xxxxxxxxxx>

--- diff/drivers/md/dm-zero.c 2004-06-09 08:47:09.000000000 +0000
+++ source/drivers/md/dm-zero.c 2004-06-09 10:24:52.314139776 +0000
@@ -66,6 +66,7 @@

static struct target_type zero_target = {
.name = "zero",
+ .version = {1, 0, 0},
.module = THIS_MODULE,
.ctr = zero_ctr,
.map = zero_map,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/