Summary: | [patch] kernel with options GEOM_MOUNTVER cannot be compiled | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Eugene Grosbein <ports> | ||||
Component: | kern | Assignee: | 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: |
|
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 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 |
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.