Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 18:09:40 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c
Message-ID:  <201003271809.o2RI9oPR073477@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

trasz       2010-03-27 18:09:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             vfs_syscalls.c vfs_vnops.c 
  Log:
  SVN rev 205770 on 2010-03-27 18:09:40Z by trasz
  
  MFC r200273:
  
  Don't add VAPPEND if the file is not being opened for writing.  Note that this
  only affects cases where open(2) is being used improperly - i.e. when the user
  specifies O_APPEND without O_WRONLY or O_RDWR.
  
  Reviewed by:    rwatson
  
  Revision   Changes    Path
  1.487.2.5  +1 -1      src/sys/kern/vfs_syscalls.c
  1.286.2.4  +1 -1      src/sys/kern/vfs_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003271809.o2RI9oPR073477>