Bug 205026

Summary: [patch] kernel with options GEOM_MOUNTVER cannot be compiled
Product: Base System Reporter: Eugene Grosbein <ports>
Component: kernAssignee: Edward Tomasz Napierala <trasz>
Status: Closed FIXED    
Severity: Affects Only Me CC: geom, trasz
Priority: --- Keywords: patch
Version: 10.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
options.diff none

Description Eugene Grosbein 2015-12-04 20:25:23 UTC
Created attachment 163853 [details]
options.diff

gmountver(8) control utility and kernel module/class geom_mountver.ko are connected to build and work just fine but this GEOM class can't be compiled into custom kernel due to omission in sys/conf/options

Attached patch adds GEOM_MOUNTVER to the list of valid kernel configuration options.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-14 13:51:28 UTC
A commit references this bug:

Author: trasz
Date: Mon Dec 14 13:51:14 UTC 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

Changes:
  head/sys/conf/options
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-04 13:51:36 UTC
A commit references this bug:

Author: trasz
Date: Fri Nov  4 13:51:10 UTC 2016
New revision: 308290
URL: https://svnweb.freebsd.org/changeset/base/308290

Log:
  MFC r292210:

  Fix kernel build with "options GEOM_MOUNTVER".  Previously it was only
  working as a kernel module.

  PR:		205026

Changes:
_U  stable/10/
  stable/10/sys/conf/options