# HG changeset patch # User charles # Date 1227732407 0 # Node ID 9fd436f3a10b3dbffcb53acae101b866e6202dec # Parent 73358ee61b06d3600428743085ee8a775cc86e1b Keep shadowing through gc (compare with 1.64) diff --git a/yaffs_guts.c b/yaffs_guts.c --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -3148,7 +3148,6 @@ static int yaffs_GarbageCollectBlock(yaf yaffs_ObjectHeader *oh; oh = (yaffs_ObjectHeader *)buffer; oh->isShrink = 0; -/* oh->shadowsObject = oh->inbandShadowsObject = -1; */ tags.extraShadows = 0; tags.extraIsShrinkHeader = 0;