Strip out obsolete WinCE code. No longer needed because WinCE no longer causes page...
[yaffs2.git] / yaffs_guts.h
index 3c7358316aba87ffa7140402f8cbba8c4baa5848..ae92a31017869499fa4f6bb58905a1d1f296c13b 100644 (file)
@@ -421,6 +421,7 @@ struct yaffs_ObjectStruct {
                                 * still in the inode cache. Free of object is defered.
                                 * until the inode is released.
                                  */
+        __u8 beingCreated:1;   /* This object is still being created so skip some checks. */
 
         __u8 serial;            /* serial number of chunk in NAND. Cached here */
 /*        __u16 sum_prev; */
@@ -691,6 +692,8 @@ struct yaffs_DeviceStruct {
        yaffs_TnodeList *allocatedTnodeList;
 
        int isDoingGC;
+       int gcBlock;
+       int gcChunk;
 
        int nObjectsCreated;
        yaffs_Object *freeObjects;