Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index