Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 07/04/1999 12:56:01
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Sun Jul  4 19:56:01 UTC 1999

Modified Files:
	syssrc/sys/nfs: nfs_socket.c nfsmount.h

Log Message:
kern/5591: Fix race in the NFS socket code during umount -f and system
shutdown:

During an unmount, wake up all the processes which are waiting to lock
the socket for receive, and wait for them (and the process blocked in
soreceive, if any) to go away before blowing away the socket and the
mount structure.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 syssrc/sys/nfs/nfs_socket.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/nfs/nfsmount.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.