OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_27-4-g51b5859

Gerrit Code Review gerrit@openafs.org
Sat, 26 Oct 2013 16:52:30 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 581aa124d5e49ae87fa7bd8402eab5f3ee2812e7
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Oct 18 19:14:00 2013 -0400

    Windows: cm_RemoveSCacheFromHashTable scp not found
    
    If the cm_scache_t has CM_SCACHEFLAG_INHASH flag set but cannot be
    found in the CH_SCACHE_HASH(&scp->fid) hash chain then search the
    entire hash table for the object.  At the end of the function we
    will know that the CM_SCACHEFLAG_INHASH flag is safe to clear.
    
    Reviewed-on: http://gerrit.openafs.org/10352
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 05ecdb353a7c960a34133002a388889e9882d946)
    
    Change-Id: If54c57176a59ddd3581ea166dca94bb73da9b7b9
    Reviewed-on: http://gerrit.openafs.org/10367
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_scache.c |   57 ++++++++++++++++++++++++++++++++++---------
 1 files changed, 45 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository