Clean up yaffs_FindNiceObject to be thread safe and simpler. Fix code that does a...
[yaffs2.git] / yaffs_guts.h
index 7d2ab53011e909346de68de72bda99a8203400cf..c74b51c05c3567efef77d92285ba1d31922028c4 100644 (file)
@@ -700,6 +700,7 @@ struct yaffs_DeviceStruct {
        yaffs_ObjectList *allocatedObjectList;
 
        yaffs_ObjectBucket objectBucket[YAFFS_NOBJECT_BUCKETS];
+       __u32 bucketFinder;
 
        int nFreeChunks;