From: Jeffrey Altman Date: Thu, 29 Nov 2007 18:45:34 +0000 (+0000) Subject: STABLE14-clean-felater-when-rechaining-20071129 X-Git-Tag: openafs-stable-1_4_7pre1~138 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=009ccedfba05de2010bb6da93b9301508171f482;p=packages%2Fo%2Fopenafs.git STABLE14-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. (cherry picked from commit 7515efb9c390089b4ad4563b939785c5c05793c5) --- diff --git a/src/viced/callback.c b/src/viced/callback.c index f6c0144fa..57e154a64 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1432,6 +1432,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;