From: Derrick Brashear Date: Sat, 6 Jun 2009 01:10:46 +0000 (+0000) Subject: viced-cblater-unmark-20090605 X-Git-Tag: openafs-devel-1_5_61~246 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d5d6976a640e5dbdd4eb3be24e8722d77ad30488;p=packages%2Fo%2Fopenafs.git viced-cblater-unmark-20090605 LICENSE IPL10 make things match 1.5.x: unmark entries FE_LATER when they get unchained --- diff --git a/src/viced/callback.c b/src/viced/callback.c index 24f17e59a..c5f6af554 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1352,6 +1352,7 @@ BreakLaterCallBacks(void) fe->volid)); fid.Volume = fe->volid; *feip = fe->fnext; + fe->status &= ~FE_LATER; /* not strictly needed */ /* Works since volid is deeper than the largest pointer */ tmpfe = (struct object *)fe; tmpfe->next = (struct object *)myfe;