Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/25/2003 14:37:50
Module Name:	src
Committed By:	yamt
Date:		Wed Jun 25 14:37:50 UTC 2003

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

Log Message:
- instead of scaning a list when looking up
  {a idle thread, a socket with pending requests},
  maintain dedicated list of them.
- add spin locks.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/nfs/nfs.h
cvs rdiff -r1.89 -r1.90 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.65 -r1.66 src/sys/nfs/nfs_syscalls.c

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