[Bug 196743] make set_rootvnode() a externally visible
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 15 01:14:23 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196743
Bug ID: 196743
Summary: make set_rootvnode() a externally visible
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: tjj5036 at gmail.com
Created attachment 151652
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151652&action=edit
A patch for this change
The file sys/kern/vfs_mountroot.c contains a static function set_rootvnode().
We have some kernel specific code that currently invokes this (indirectly) when
doing some IO. This change just gets rid of the "static" keyword and creates a
prototype in mount.h.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list