OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3986-g6e26922
Gerrit Code Review
gerrit@openafs.org
Sat, 26 Oct 2013 15:16:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit 05ecdb353a7c960a34133002a388889e9882d946
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.
Change-Id: I92bfad98b7d3cdc42b5aa6b8fae24d47557465e7
Reviewed-on: http://gerrit.openafs.org/10352
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