From: charles Date: Wed, 26 Nov 2008 20:46:47 +0000 (+0000) Subject: Keep shadowing through gc (compare with 1.64) X-Git-Tag: pre-name-change~254 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=bc2cc19f30c43d440187b6b9cfc5d251e7f991b6 Keep shadowing through gc (compare with 1.64) --- diff --git a/yaffs_guts.c b/yaffs_guts.c index c74e25e..5c1cfdc 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -12,7 +12,7 @@ */ const char *yaffs_guts_c_version = - "$Id: yaffs_guts.c,v 1.65 2008-11-26 20:42:04 charles Exp $"; + "$Id: yaffs_guts.c,v 1.66 2008-11-26 20:46:47 charles Exp $"; #include "yportenv.h" @@ -3148,7 +3148,6 @@ static int yaffs_GarbageCollectBlock(yaffs_Device * dev, int block) yaffs_ObjectHeader *oh; oh = (yaffs_ObjectHeader *)buffer; oh->isShrink = 0; -/* oh->shadowsObject = oh->inbandShadowsObject = -1; */ tags.extraShadows = 0; tags.extraIsShrinkHeader = 0;