Source-Changes archive

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

CVS commit: [yamt-nfs-mp] src/sys/nfs



Module Name:    src
Committed By:   yamt
Date:           Sun Apr 27 12:52:50 UTC 2008

Modified Files:
        src/sys/nfs [yamt-nfs-mp]: nfs.h nfs_kq.c nfs_node.c nfs_socket.c
            nfs_subs.c nfs_syscalls.c nfs_var.h nfs_vfsops.c nfs_vnops.c
            nfsmount.h nfsnode.h

Log Message:
commit some work-in-progress changes to make nfs client mp-safe to a branch,
so that they won't get lost.
        - sprinkle some locking
        - mark the filesystem, nfstimer callout, and kq kthread mp-safe
        - add assertions and comments
        - disable upgrade mount for now
        - some unrelated cosmetic changes


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.69.16.1 src/sys/nfs/nfs.h
cvs rdiff -r1.21 -r1.21.4.1 src/sys/nfs/nfs_kq.c
cvs rdiff -r1.101 -r1.101.10.1 src/sys/nfs/nfs_node.c
cvs rdiff -r1.170 -r1.170.2.1 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.201 -r1.201.4.1 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.134 -r1.134.2.1 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.78 -r1.78.4.1 src/sys/nfs/nfs_var.h
cvs rdiff -r1.196 -r1.196.10.1 src/sys/nfs/nfs_vfsops.c
cvs rdiff -r1.266 -r1.266.10.1 src/sys/nfs/nfs_vnops.c
cvs rdiff -r1.46 -r1.46.28.1 src/sys/nfs/nfsmount.h
cvs rdiff -r1.67 -r1.67.10.1 src/sys/nfs/nfsnode.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