summaryrefslogtreecommitdiffstats
path: root/sys/geom/stripe
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-08-08 07:57:53 +0000
committerphk <phk@FreeBSD.org>2004-08-08 07:57:53 +0000
commitd8d2b0138039c72e933017096876867d031fe6e0 (patch)
treed9423ca6b8d093758129ff8a20dd92bfe60b75d8 /sys/geom/stripe
parentd915b8a2f09d2060de592b418c6f64745462aaea (diff)
downloadFreeBSD-src-d8d2b0138039c72e933017096876867d031fe6e0.zip
FreeBSD-src-d8d2b0138039c72e933017096876867d031fe6e0.tar.gz
Tag all geom classes in the tree with a version number.
Diffstat (limited to 'sys/geom/stripe')
-rw-r--r--sys/geom/stripe/g_stripe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c
index e490c79..e3106b4 100644
--- a/sys/geom/stripe/g_stripe.c
+++ b/sys/geom/stripe/g_stripe.c
@@ -58,6 +58,7 @@ static g_fini_t g_stripe_fini;
struct g_class g_stripe_class = {
.name = G_STRIPE_CLASS_NAME,
+ .version = G_VERSION,
.ctlreq = g_stripe_config,
.taste = g_stripe_taste,
.destroy_geom = g_stripe_destroy_geom,
OpenPOWER on IntegriCloud