]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2)
authortrasz <trasz@FreeBSD.org>
Wed, 4 Nov 2009 06:48:34 +0000 (06:48 +0000)
committertrasz <trasz@FreeBSD.org>
Wed, 4 Nov 2009 06:48:34 +0000 (06:48 +0000)
commit7ff2a9de0b40a6dcc6e4b480c011e71b4a91e043
tree613e46530d0a681ae5856758f5b0fd84b7e11990
parent95b5f167f6549552cbc3b7ef5d0d6f0597df86f4
Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2)
like this: open(..., O_APPEND).
sys/kern/vfs_vnops.c