OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1871-g4c679e3

Gerrit Code Review gerrit@openafs.org
Fri, 11 Nov 2011 04:40:38 -0800 (PST)


The following commit has been merged in the master branch:
commit 4c679e380f697760de777d35fe057229bf2bf762
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Nov 10 11:05:28 2011 -0600

    vol: Remove O_EXCL|O_TRUNC combinations
    
    A few places were specifying both O_EXCL and O_TRUNC to open().
    O_TRUNC does not make any sense with O_EXCL, and doesn't do anything,
    so remove O_TRUNC from these instances to make the code more clear.
    
    Change-Id: Ie8d9d7b9912a96683ef34f762607e75468b5ac78
    Reviewed-on: http://gerrit.openafs.org/5832
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/vol/namei_ops.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository