Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/02/2007 14:48:47
Module Name:	src
Committed By:	yamt
Date:		Wed May  2 14:48:47 UTC 2007

Modified Files:
	src/sys/nfs: nfs_socket.c

Log Message:
- nfs_reply: keep rcvlock longer so that lwp which already have its reply
  received won't be stuck in nfs_receive.
- nfs_rcvlock: check exceptions before sleeping on the lock.
- nfs_rcvunlock: use cv_broadcast rather than cv_signal to ensure that
  lwps which received its reply get woken up.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 src/sys/nfs/nfs_socket.c

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