summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
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/dev/md
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/dev/md')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index eb5171f..bc61930 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -123,6 +123,7 @@ static struct cdevsw mdctl_cdevsw = {
struct g_class g_md_class = {
.name = "MD",
+ .version = G_VERSION,
.init = g_md_init,
.fini = g_md_fini,
.start = g_md_start,
OpenPOWER on IntegriCloud