Date: Wed, 21 Jan 2009 14:42:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_subr.c vnode_if.src src/sys/nfsclient nfs_vnops.c src/sys/ufs/ufs ufs_vnops.c Message-ID: <200901211442.n0LEge1t012767@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2009-01-21 14:42:00 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c vnode_if.src
sys/nfsclient nfs_vnops.c
sys/ufs/ufs ufs_vnops.c
Log:
SVN rev 187526 on 2009-01-21 14:42:00Z by jhb
Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:
VOP_MARKATIME() since unlike the rest of VOP_SETATTR(), VA_MARKATIME
can be performed while holding a shared vnode lock (the same functionality
is done internally by VOP_READ which can run with a shared vnode lock).
Add missing locking of the vnode interlock to the ufs implementation and
remove a special note and test from the NFS client about not supporting the
feature.
Inspired by: ups
Tested by: pho
Revision Changes Path
1.752 +2 -5 src/sys/kern/vfs_subr.c
1.96 +5 -0 src/sys/kern/vnode_if.src
1.295 +2 -2 src/sys/nfsclient/nfs_vnops.c
1.308 +22 -11 src/sys/ufs/ufs/ufs_vnops.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901211442.n0LEge1t012767>
