X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=f9b5ac192424b50a7ecda2509f35a14f05da867b;hp=ce9c385c6656b333b10646cb220c053ce6ca6825;hb=46f347899188a1491d8f3f43cb47495766aa839a;hpb=32b9c53162d647a640c2c506c76502dbbc594902 diff --git a/yaffs_guts.h b/yaffs_guts.h index ce9c385..f9b5ac1 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -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; @@ -758,6 +759,7 @@ struct yaffs_DeviceStruct { __u32 allGCs; __u32 passiveGCs; __u32 oldestDirtyGCs; + __u32 nGCBlocks; __u32 backgroundGCs; __u32 nRetriedWrites; __u32 nRetiredBlocks;