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/nfsclient/nfs_vfsops.c | |
| parent | d9b2d9f7a29757aedc9a26cbaee520cd505dca80 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
| -rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 435d6a5d889c..8f77ccfb3661 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -932,7 +932,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; |
