OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-86-g93c5743

Gerrit Code Review gerrit@openafs.org
Tue, 24 Sep 2013 05:42:20 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 93c574365cf5926e1640f25d39f311fa9868e763
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu May 30 17:53:56 2013 -0500

    namei: Create the IH_CREATE_INIT function
    
    Create a new function that combines calls to IH_CREATE and IH_INIT
    into one operation; the new function is called IH_CREATE_INIT. This
    allows a caller to create a file and then use it, without needing to
    open() the file twice.
    
    This is currently only implemented for the Unix namei backend; other
    backends result in effectively the same functionality (but can use the
    same API).
    
    Reviewed-on: http://gerrit.openafs.org/9969
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit aaa2584c0498037529a30c985ac8a437ec7d842c)
    
    Change-Id: I5018418cea63ba19ef0ef3bb047e3f9799a93293
    Reviewed-on: http://gerrit.openafs.org/10177
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/vol/ihandle.c   |   17 +++++++++++++++
 src/vol/ihandle.h   |    7 ++++++
 src/vol/namei_ops.c |   58 +++++++++++++++++++++++++++++++++++++++++++++-----
 src/vol/namei_ops.h |    3 ++
 4 files changed, 79 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository