OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-37-gadc6cb8

Gerrit Code Review gerrit@openafs.org
Fri, 1 Feb 2013 12:29:52 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit e6bd33520407116c0819a44190181130da0836cf
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Dec 29 00:17:59 2012 -0500

    Windows: AFSInitCcb redefinition
    
    The new AFSInitCcb() allocates its own DirOpenReferenceCount to
    associate with the AFSCcb.DirectoryCB.
    
    It also accepts the GrantedAccess mask and the FileAccess values
    which are stored in the AFSCcb.
    
    These changes simplify the callers and remove responsibility of
    tracking whether or not the DirOpenReferenceCount was successfully
    associated with the AFSCcb.
    
    The allocated DirOpenReferenceCount is always released by
    AFSRemoveCcb().
    
    Reviewed-on: http://gerrit.openafs.org/8852
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 9b3c7b41926758ed9060664a3da93820054db550)
    
    Change-Id: I7fdc5a4ce48481e68a57dde36c109406fe44d75b
    Reviewed-on: http://gerrit.openafs.org/9001
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp       |   96 ++++++++---------------
 src/WINNT/afsrdr/kernel/lib/AFSFcbSupport.cpp   |   40 +++++++++-
 src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h |    5 +-
 3 files changed, 75 insertions(+), 66 deletions(-)

-- 
OpenAFS Master Repository