Bug 205026 - [patch] kernel with options GEOM_MOUNTVER cannot be compiled
Summary: [patch] kernel with options GEOM_MOUNTVER cannot be compiled
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.2-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: Edward Tomasz Napierala
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-12-04 20:25 UTC by Eugene Grosbein
Modified: 2016-11-04 13:51 UTC (History)
2 users (show)

See Also:


Attachments
options.diff (311 bytes, patch)
2015-12-04 20:25 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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