From 1bffe45622923d618899e57ed8db05b9f6e50f3d Mon Sep 17 00:00:00 2001 From: trasz Date: Mon, 14 Dec 2015 13:51:14 +0000 Subject: [PATCH] Fix kernel build with "options GEOM_MOUNTVER". Previously it was only working as a kernel module. PR: 205026 Submitted by: Eugene Grosbein MFC after: 1 month Sponsored by: The FreeBSD Foundation --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options b/sys/conf/options index bbe692fdf8a2..65932b864d9f 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -112,6 +112,7 @@ GEOM_LINUX_LVM opt_geom.h GEOM_MAP opt_geom.h GEOM_MBR opt_geom.h GEOM_MIRROR opt_geom.h +GEOM_MOUNTVER opt_geom.h GEOM_MULTIPATH opt_geom.h GEOM_NOP opt_geom.h GEOM_PART_APM opt_geom.h