From: Jeffrey Altman Date: Fri, 25 Feb 2005 17:43:57 +0000 (+0000) Subject: STABLE14-fe-clear-status-on-reuse-20050225 X-Git-Tag: openafs-devel-1_3_80~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b8b45ecf41be5b9262940ae0747c5f133ad789a0;p=packages%2Fo%2Fopenafs.git STABLE14-fe-clear-status-on-reuse-20050225 jeff pointed this out yesterday, it may fix more than he guessed. (cherry picked from commit e697e7bd13e40cafb5eb146ab0a8ec207ba84f13) --- diff --git a/src/viced/callback.c b/src/viced/callback.c index 642a55117..1ad0a2890 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -697,6 +697,7 @@ AddCallBack1_r(struct host *host, AFSFid * fid, afs_uint32 * thead, int type, fe->vnode = fid->Vnode; fe->unique = fid->Unique; fe->ncbs = 0; + fe->status = 0; hash = VHash(fid->Volume, fid->Unique); fe->fnext = HashTable[hash]; HashTable[hash] = fetoi(fe);