Source-Changes archive

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

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



Module Name:    src
Committed By:   yamt
Date:           Wed Jun 24 14:21:44 UTC 2009

Modified Files:
        src/sys/kern [yamt-nfs-mp]: vfs_syscalls.c
        src/sys/nfs [yamt-nfs-mp]: nfs_vfsops.c nfs_vnops.c

Log Message:
lock vnode when calling VOP_GETATTR because there's no reasonable way for
an implementation of VOP_GETATTR to prevent the vnode from being revoked.


To generate a diff of this commit:
cvs rdiff -u -r1.350.2.2 -r1.350.2.3 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.196.10.4 -r1.196.10.5 src/sys/nfs/nfs_vfsops.c
cvs rdiff -u -r1.266.10.3 -r1.266.10.4 src/sys/nfs/nfs_vnops.c

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