- Fixup the default vfs_root function to match the new prototype.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
cc2d1630ca
commit
5528d705e8
@ -493,8 +493,9 @@ vop_stdputpages(ap)
|
|||||||
* used to fill the vfs function table to get reasonable default return values.
|
* used to fill the vfs function table to get reasonable default return values.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
vfs_stdroot (mp, vpp, td)
|
vfs_stdroot (mp, flags, vpp, td)
|
||||||
struct mount *mp;
|
struct mount *mp;
|
||||||
|
int flags;
|
||||||
struct vnode **vpp;
|
struct vnode **vpp;
|
||||||
struct thread *td;
|
struct thread *td;
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user