gc part of the block at a time to reduce latency
[yaffs2.git] / yaffs_guts.h
index 3c7358316aba87ffa7140402f8cbba8c4baa5848..849d9511cb9eaafcc26d035889a56bd5d539daf0 100644 (file)
@@ -691,6 +691,8 @@ struct yaffs_DeviceStruct {
        yaffs_TnodeList *allocatedTnodeList;
 
        int isDoingGC;
+       int gcBlock;
+       int gcChunk;
 
        int nObjectsCreated;
        yaffs_Object *freeObjects;