]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert change 1.201 (removing mapping of VAPPEND to VWRITE).
authorThomas Quinot <thomas@FreeBSD.org>
Mon, 31 Mar 2003 23:26:10 +0000 (23:26 +0000)
committerThomas Quinot <thomas@FreeBSD.org>
Mon, 31 Mar 2003 23:26:10 +0000 (23:26 +0000)
commitda4898b1d724eeea484f2e1f85d4db5a4ba7f956
tree5d4388e667e1551804811c4122419bde583b6165
parent31a9779e5d83cf510c408c93e5a6c003d22c9ee1
Revert change 1.201 (removing mapping of VAPPEND to VWRITE).
Instead, use the generic vaccess() operation to determine whether
an operation is permitted. This avoids embedding knowledge on
vnode permission bits such as VAPPEND in the NFS client.

PR: kern/46515
vaccess() patch submitted by: "Peter Edwards" <pmedwards@eircom.net>
Approved by: tjr, roberto (mentor)
sys/nfsclient/nfs_vnops.c