yaffs Fix yaffs1 soft delete issue
[yaffs2.git] / yaffs_guts.h
index ce9c385c6656b333b10646cb220c053ce6ca6825..6d4ae46a9d0b4d16890635a67c00e8be71ebb64a 100644 (file)
@@ -696,6 +696,7 @@ struct yaffs_DeviceStruct {
 
        /* Garbage collection control */
        __u32 *gcCleanupList;   /* objects to delete at the end of a GC. */
+       __u32 nCleanups;
 
        unsigned hasPendingPrioritisedGCs; /* We think this device might have pending prioritised gcs */
        unsigned gcDisable;