Change some object verification
[yaffs2.git] / yaffs_guts.h
index 849d9511cb9eaafcc26d035889a56bd5d539daf0..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; */