- Fixup the default vfs_root function to match the new prototype.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
jeff 2005-03-24 07:30:00 +00:00
parent cc2d1630ca
commit 5528d705e8

View File

@ -493,8 +493,9 @@ vop_stdputpages(ap)
* used to fill the vfs function table to get reasonable default return values.
*/
int
vfs_stdroot (mp, vpp, td)
vfs_stdroot (mp, flags, vpp, td)
struct mount *mp;
int flags;
struct vnode **vpp;
struct thread *td;
{