summaryrefslogtreecommitdiffstats
path: root/sys/geom/label
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/label
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/label')
-rw-r--r--sys/geom/label/g_label.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c
index 0067a33..fdc05c1 100644
--- a/sys/geom/label/g_label.c
+++ b/sys/geom/label/g_label.c
@@ -55,6 +55,7 @@ static void g_label_config(struct gctl_req *req, struct g_class *mp,
struct g_class g_label_class = {
.name = G_LABEL_CLASS_NAME,
+ .version = G_VERSION,
.ctlreq = g_label_config,
.taste = g_label_taste
};
OpenPOWER on IntegriCloud