2004-06-09 15:31:52

by Kevin Corry

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

Add missing dm-zero version number.

From: Alasdair Kergon <[email protected]>
Signed-off-by: Kevin Corry <[email protected]>

--- 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,