Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/03/2006 11:41:03
Module Name:	src
Committed By:	yamt
Date:		Tue Jan  3 11:41:03 UTC 2006

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

Log Message:
improve nfsd locking.
- don't bother to take nfs_sndlock when doing nfsrv_rcv.
  unlike client, we never reconnect.
- nfsrv_getstream: fix the case that m_split sleeps.
- free socket in nfsrv_slpderef rather than nfsrv_zapsock.
  fix race with nfssvc_nfsd.
- while i'm here, remove NFSD_WAITING and NFSD_REQINPROG
  as they are redundant.
- some comments and assertions.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/nfs/nfs.h
cvs rdiff -r1.120 -r1.121 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.84 -r1.85 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.