From: Jeffrey Altman Date: Fri, 25 Feb 2005 17:42:17 +0000 (+0000) Subject: fe-clear-status-on-reuse-20050225 X-Git-Tag: openafs-devel-1_5_0~742 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e697e7bd13e40cafb5eb146ab0a8ec207ba84f13;p=packages%2Fo%2Fopenafs.git fe-clear-status-on-reuse-20050225 jeff pointed this out yesterday, it may fix more than he guessed. --- 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);