Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/25/2005 20:01:38
Module Name: src
Committed By: thorpej
Date: Fri Nov 25 20:01:38 UTC 2005
Modified Files:
src/sys/kern: init_main.c
src/sys/nfs: nfs_subs.c nfs_syscalls.c nfsmount.h
Log Message:
Use a once control to initialize the NFS server / client shared data
from nfs_vfs_init() or sys_nfssvc(). Remove the nfs_init() call from
main().
To generate a diff of this commit:
cvs rdiff -r1.255 -r1.256 src/sys/kern/init_main.c
cvs rdiff -r1.154 -r1.155 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.82 -r1.83 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.35 -r1.36 src/sys/nfs/nfsmount.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.