OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2-70-g3f19ea5

Gerrit Code Review gerrit@openafs.org
Tue, 26 Mar 2013 04:30:03 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3f19ea5ffc3c56a342f8eb7f9c8b73eeca4d8aa6
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.
    
    Reviewed-on: http://gerrit.openafs.org/5832
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 4c679e380f697760de777d35fe057229bf2bf762)
    
    Change-Id: Iae79f552d17d626bbf2a7c9428bc9c7bbf91fae9
    Reviewed-on: http://gerrit.openafs.org/9433
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

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

-- 
OpenAFS Master Repository