X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=6d4ae46a9d0b4d16890635a67c00e8be71ebb64a;hp=ce9c385c6656b333b10646cb220c053ce6ca6825;hb=107910497be0a0d0e4a8ab357c403fc2a234323b;hpb=570d9b811895119f6b3411678cbdcaa27226f403 diff --git a/yaffs_guts.h b/yaffs_guts.h index ce9c385..6d4ae46 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;