summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-02-15 03:40:00 +0000
committerdg <dg@FreeBSD.org>1995-02-15 03:40:00 +0000
commit65ebc47880e21099bf4f57558d71c6b892fcd23f (patch)
treeb29d533c7c38fa33122c0b26818c9f225a38c7d8 /sys/nfsclient
parent0e8333d2b1a50e7751ee25bff8b7420474dc31ae (diff)
downloadFreeBSD-src-65ebc47880e21099bf4f57558d71c6b892fcd23f.zip
FreeBSD-src-65ebc47880e21099bf4f57558d71c6b892fcd23f.tar.gz
Fixed two more bugs related to the merged cache changes.
Submitted by: John Dyson
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index 7b2cf64..c31efa7 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.8 1995/01/09 16:05:08 davidg Exp $
+ * $Id: nfs_subs.c,v 1.9 1995/02/06 02:20:40 davidg Exp $
*/
/*
@@ -961,7 +961,7 @@ nfs_namei(ndp, fhp, len, slp, nam, mdp, dposp, p)
if (error)
goto out;
if (dp->v_type != VDIR) {
- vrele(dp);
+ nfsrv_vrele(dp);
error = ENOTDIR;
goto out;
}
OpenPOWER on IntegriCloud