OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1599-gb298138

Gerrit Code Review gerrit@openafs.org
Mon, 5 Sep 2011 06:06:38 -0700 (PDT)


The following commit has been merged in the master branch:
commit b298138bc49c1d1dae0495e03f4a561f0bd5dd82
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Aug 29 23:36:41 2011 +0100

    libafs: Fix directory verification
    
    With the earlier directory verification changes, every directory
    was seen as corrupt, because the nde pointer was never being initialised
    
    Rework the way that we check for the failure of afs_dir_GetVerifiedBlob
    so that we can more robustly detect problems, whilst still allowing
    normal directories to be browsed as before
    
    Change-Id: I3d3f428025296956b5feff6ba290aaef79817dcd
    Reviewed-on: http://gerrit.openafs.org/5318
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/VNOPS/afs_vnop_readdir.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository