Subject: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 08/26/2007 15:00:07
Module Name:	src
Committed By:	yamt
Date:		Sun Aug 26 15:00:07 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: syscalls.master
	src/sys/nfs [vmlocking]: nfs.h nfs_serv.c nfs_socket.c nfs_srvcache.c
	    nfs_syscalls.c nfs_var.h nfsrvcache.h

Log Message:
- mark nfssvc(2) MPSAFE and move the most of nfsd out of the kernel lock.
- remove unused ns_solock.
- remove some of KERNEL_LOCK/UNLOCK which are not necessary on this branch.


To generate a diff of this commit:
cvs rdiff -r1.168.2.8 -r1.168.2.9 src/sys/kern/syscalls.master
cvs rdiff -r1.63.2.2 -r1.63.2.3 src/sys/nfs/nfs.h
cvs rdiff -r1.127.2.3 -r1.127.2.4 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.148.2.7 -r1.148.2.8 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.38.2.3 -r1.38.2.4 src/sys/nfs/nfs_srvcache.c
cvs rdiff -r1.107.2.11 -r1.107.2.12 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.66.2.4 -r1.66.2.5 src/sys/nfs/nfs_var.h
cvs rdiff -r1.14.6.1 -r1.14.6.2 src/sys/nfs/nfsrvcache.h

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