summaryrefslogtreecommitdiff
path: root/nfs/mount.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-02-12 20:25:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-02-12 20:25:20 +0000
commitcef0541d7764ad8bda3d4c8350d89feab8cbf447 (patch)
tree7816eac067119b0730a965c35fffe0e65c92e3d7 /nfs/mount.c
parent05e978689510875e42cb615aa016f386218ace0d (diff)
Formerly mount.c.~10~
Diffstat (limited to 'nfs/mount.c')
-rw-r--r--nfs/mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs/mount.c b/nfs/mount.c
index bd733938..7651d195 100644
--- a/nfs/mount.c
+++ b/nfs/mount.c
@@ -125,6 +125,7 @@ mount_root (char *name, char *host)
np = lookup_fhandle (p);
p += NFS_FHSIZE / sizeof (int);
free (rpcbuf);
+ mutex_unlock (&np->lock);
/* Now send another PMAPPROC_GETPORT request to lookup the nfs server. */
addr.sin_port = s->s_port;