summaryrefslogtreecommitdiff
path: root/yaffs_guts.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-08-16 10:07:57 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-08-16 10:07:57 +1200
commit87b146cb7bc31e574084000364d6462e6469bf7d (patch)
tree60907c32b319d7f6a7b005eec326afd5de6dbc61 /yaffs_guts.c
parent10baaa5fc285ffe29fa5c6d0ab0c58bcce78e3e0 (diff)
yaffs Clean up some yaffs1 related comments and messages
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_guts.c')
-rw-r--r--yaffs_guts.c1
1 files changed, 1 insertions, 0 deletions
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--;