Date: Wed, 4 Nov 2009 06:47:14 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_default.c Message-ID: <200911040647.nA46lWPU076097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-11-04 06:47:14 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: SVN rev 198873 on 2009-11-04 06:47:14Z by trasz While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to check for the permission to create subdirectory (ACE4_ADD_SUBDIRECTORY)), it doesn't really make sense for VOP_ACCESS(9). Also, many VOP_ACCESS(9) implementations don't expect that. Make sure we don't confuse them. Revision Changes Path 1.156 +8 -0 src/sys/kern/vfs_default.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911040647.nA46lWPU076097>