Date: Mon, 31 Mar 2003 15:26:10 -0800 (PST) From: Thomas Quinot <thomas@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200303312326.h2VNQALC033136@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@eircom.net> Approved by: tjr, roberto (mentor) Revision Changes Path 1.202 +2 -32 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303312326.h2VNQALC033136>