svn commit: r292210 - head/sys/conf

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Dec 14 13:51:15 UTC 2015


Author: trasz
Date: Mon Dec 14 13:51:14 2015
New Revision: 292210
URL: https://svnweb.freebsd.org/changeset/base/292210

Log:
  Fix kernel build with "options GEOM_MOUNTVER".  Previously it was only
  working as a kernel module.
  
  PR:		205026
  Submitted by:	Eugene Grosbein <eugen at grosbein.net>
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Dec 14 13:38:05 2015	(r292209)
+++ head/sys/conf/options	Mon Dec 14 13:51:14 2015	(r292210)
@@ -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


More information about the svn-src-all mailing list