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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"