Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/07/2002 11:06:36
Module Name:	syssrc
Committed By:	enami
Date:		Tue May  7 08:06:36 UTC 2002

Modified Files:
	syssrc/sys/kern: uipc_socket.c

Log Message:
In soreceive(), don't call sopendfree() if MSG_DONTWAIT is set
since it may sleep.  nfsrv_rcv() tries to do its jobs in softintr
handler as far as possible.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/kern/uipc_socket.c

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