diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 20:25:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 20:25:20 +0000 |
commit | cef0541d7764ad8bda3d4c8350d89feab8cbf447 (patch) | |
tree | 7816eac067119b0730a965c35fffe0e65c92e3d7 /nfs | |
parent | 05e978689510875e42cb615aa016f386218ace0d (diff) |
Formerly mount.c.~10~
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/mount.c | 1 |
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; |