OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3812-gf40e20d

Gerrit Code Review gerrit@openafs.org
Thu, 20 Jun 2013 05:22:19 -0700 (PDT)


The following commit has been merged in the master branch:
commit f40e20d5671310500fb4f6acf38980e158a74c66
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu May 30 17:52:32 2013 -0500

    ihandle: Refactor ih_open to split out ih_attachfd
    
    Refactor the function ih_open, so part of its logic gets split out
    into the new ih_attachfd_r (and ih_attachfd) function. This allows
    other code to splice in an existing fd, without going through the
    normal "open" path.
    
    This patch should incur no functional change; it is just code
    reorganization.
    
    Change-Id: I89fd32377c123f2c55b77b01e1db4e14a199bf8e
    Reviewed-on: http://gerrit.openafs.org/9968
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/vol/ihandle.c |  142 ++++++++++++++++++++++++++++++++++-------------------
 src/vol/ihandle.h |    1 +
 2 files changed, 93 insertions(+), 50 deletions(-)

-- 
OpenAFS Master Repository