Date: Thu, 15 Jan 2015 01:14:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 196743] make set_rootvnode() a externally visible Message-ID: <bug-196743-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: tjj5036@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196743-8>