cvs commit: src/sys/nfsclient nfs_vnops.c
Thomas Quinot
thomas at FreeBSD.org
Mon Mar 31 15:26:12 PST 2003
thomas 2003/03/31 15:26:10 PST
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vnops.c
Log:
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 at eircom.net>
Approved by: tjr, roberto (mentor)
Revision Changes Path
1.202 +2 -32 src/sys/nfsclient/nfs_vnops.c
More information about the cvs-src
mailing list