X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_guts.h;h=46e8f982fe704c63c388a4e344f36cf367711237;hb=4ea0578f8af411adf56fdc1eb4af08f4e36c7eec;hp=0fe8f74557b7ca942ad0d1c9b5591102606cc0e8;hpb=d3a46536d1812c81e1c494235ce8f7e25ebb0e1b;p=yaffs%2F.git diff --git a/yaffs_guts.h b/yaffs_guts.h index 0fe8f74..46e8f98 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -14,7 +14,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: yaffs_guts.h,v 1.14 2003-01-14 23:15:32 charles Exp $ + * $Id: yaffs_guts.h,v 1.15 2003-01-17 04:19:08 charles Exp $ */ #ifndef __YAFFS_GUTS_H__ @@ -466,7 +466,6 @@ struct yaffs_DeviceStruct int currentDirtyChecker; // Used to find current dirtiest block - int garbageCollectionRequired; // Operations since mount int nPageWrites; @@ -474,6 +473,7 @@ struct yaffs_DeviceStruct int nBlockErasures; int nGCCopies; int garbageCollections; + int passiveGarbageCollections; int nRetriedWrites; int nRetiredBlocks; int eccFixed; @@ -491,8 +491,6 @@ struct yaffs_DeviceStruct // yaffs_Spare bufferedSpare[YAFFS_CHUNKS_PER_BLOCK]; int bufferedBlock; // Which block is buffered here? int doingBufferedBlockRewrite; - - int blockSelectedForGC; yaffs_ChunkCache *srCache; int srLastUse;