X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=inline;f=yaffs_guts.h;h=6d4ae46a9d0b4d16890635a67c00e8be71ebb64a;hb=4c78eb9aa16a108e258ab6185f37a51c3b413cb8;hp=ce9c385c6656b333b10646cb220c053ce6ca6825;hpb=32b9c53162d647a640c2c506c76502dbbc594902;p=yaffs2.git 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;