aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-05-29 04:01:09 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-05-29 04:01:09 +0000
commit77f53bcf27c8a1897920f0cf8fee96f4ae072303 (patch)
tree13faff4fe324ccd67ebb85c65757b262476506f2 /sys/nfsclient
parentfe3ee2880228769082c0607545b20cb16183f5c7 (diff)
Notes
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_subs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index 1497a82c002a..3ccc10ac1d42 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_subs.c,v 1.12 1995/03/16 18:15:39 bde Exp $
+ * $Id: nfs_subs.c,v 1.13 1995/04/21 02:58:49 dyson Exp $
*/
/*
@@ -990,12 +990,14 @@ nfs_namei(ndp, fhp, len, slp, nam, mdp, dposp, p)
error = EINVAL;
goto out;
}
+
+ nfsrv_vmio(ndp->ni_vp);
+
/*
* Check for saved name request
*/
if (cnp->cn_flags & (SAVENAME | SAVESTART)) {
cnp->cn_flags |= HASBUF;
- nfsrv_vmio( ndp->ni_vp);
return (0);
}
out: