Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 13:51:14 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292210 - head/sys/conf
Message-ID:  <201512141351.tBEDpE8H000869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512141351.tBEDpE8H000869>