X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=0563597eb28471faa5ec54e50e92124c98fcd41a;hp=7d2ab53011e909346de68de72bda99a8203400cf;hb=06f8628f9290bd967b8374c992a11dd06caa8747;hpb=b4a902328423692f296c9118bf6bfaa057ccc72c diff --git a/yaffs_guts.h b/yaffs_guts.h index 7d2ab53..0563597 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -603,10 +603,6 @@ struct yaffs_DeviceParamStruct { int disableLazyLoad; /* Disable lazy loading on this device */ int wideTnodesDisabled; /* Set to disable wide tnodes */ - YCHAR *pathDividers; /* String of legal path dividers */ - - - /* End of stuff that must be set before initialisation. */ }; @@ -700,6 +696,7 @@ struct yaffs_DeviceStruct { yaffs_ObjectList *allocatedObjectList; yaffs_ObjectBucket objectBucket[YAFFS_NOBJECT_BUCKETS]; + __u32 bucketFinder; int nFreeChunks;