diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-24 07:39:03 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-24 07:39:03 +0000 |
| commit | a176ceb322674bbe20b1cbe14be5d14000df321c (patch) | |
| tree | d5cbecebcb2ab6c20d4bc8b56080893a52544674 /sys/nfs4client | |
| parent | d9b2d9f7a29757aedc9a26cbaee520cd505dca80 (diff) | |
Notes
Diffstat (limited to 'sys/nfs4client')
| -rw-r--r-- | sys/nfs4client/nfs4_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c index 28b2579f62a4..27249b8a8c9c 100644 --- a/sys/nfs4client/nfs4_vfsops.c +++ b/sys/nfs4client/nfs4_vfsops.c @@ -706,7 +706,7 @@ nfs_unmount(struct mount *mp, int mntflags, struct thread *td) * Return root of a filesystem */ static int -nfs_root(struct mount *mp, struct vnode **vpp, struct thread *td) +nfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td) { struct vnode *vp; struct nfsmount *nmp; |
