OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-6-g2bffe72

Gerrit Code Review gerrit@openafs.org
Tue, 8 Dec 2009 06:30:05 -0800 (PST)


The following commit has been merged in the master branch:
commit 2bffe725c5ebb785257555286567f128e0911cb7
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Sat Dec 5 10:53:03 2009 -0500

    Windows: cm_BPlusDirBuildTree can fail
    
    It is possible that cm_BPlusDirBuildTree can fail.  For example,
    the server could be marked down after a callback is obtained
    but before all of the directory data buffers have been fetched.
    cm_BeginDirOp must check for the failure, destroy the tree,
    and return the failure code to the caller.  Otherwise, a tree
    with no entries may be created and marked with the current
    data version.
    
    LICENSE MIT
    
    Change-Id: I26fbfceaf68389a1906797b12721c49172b027ec
    Reviewed-on: http://gerrit.openafs.org/893
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_dir.c |   33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository