From: Jeffrey Altman Date: Thu, 29 Nov 2007 18:40:12 +0000 (+0000) Subject: clean-felater-when-rechaining-20071129 X-Git-Tag: BP-openafs-windows-kdfs-ifs~322 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7515efb9c390089b4ad4563b939785c5c05793c5;p=packages%2Fo%2Fopenafs.git clean-felater-when-rechaining-20071129 LICENSE IPL10 FIXES 74708 in order that this not be continually rechained, clear this here; we are handling it now. --- diff --git a/src/viced/callback.c b/src/viced/callback.c index de59759cd..05fd5b919 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1330,6 +1330,7 @@ BreakLaterCallBacks(void) fe->volid)); fid.Volume = fe->volid; *feip = fe->fnext; + fe->status &= ~FE_LATER; /* Works since volid is deeper than the largest pointer */ tmpfe = (struct object *)fe; tmpfe->next = (struct object *)myfe;