diff options
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; |