From 87b146cb7bc31e574084000364d6462e6469bf7d Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Mon, 16 Aug 2010 10:07:57 +1200 Subject: yaffs Clean up some yaffs1 related comments and messages Signed-off-by: Charles Manning --- yaffs_guts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'yaffs_guts.c') diff --git a/yaffs_guts.c b/yaffs_guts.c index 6524f5f..a1782e7 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -2223,6 +2223,7 @@ static int yaffs_GarbageCollectBlock(yaffs_Device *dev, int block, * We have to decrement free chunks so this works out properly. */ dev->nFreeChunks--; + bi->softDeletions--; object->nDataChunks--; -- cgit v1.2.3