Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index