X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_guts.h;h=73375cc3f8fbbe8adf36e22fef73daa50f729d07;hb=56f93d87556bc0802ea8d5b080d9e8265bc4e9c1;hp=535a2695d61dd4ba36026b42eadfee8f25dece78;hpb=8d87e1a358bf0184a82c586d362d994094a1e9ed;p=yaffs2.git diff --git a/yaffs_guts.h b/yaffs_guts.h index 535a269..73375cc 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 2005-09-20 05:05:40 charles Exp $ + * $Id: yaffs_guts.h,v 1.16 2005-10-09 07:55:00 charles Exp $ */ #ifndef __YAFFS_GUTS_H__ @@ -562,6 +562,8 @@ struct yaffs_DeviceStruct { /* Block Info */ yaffs_BlockInfo *blockInfo; __u8 *chunkBits; /* bitmap of chunks in use */ + unsigned blockInfoAlt:1; /* was allocated using alternative strategy */ + unsigned chunkBitsAlt:1; /* was allocated using alternative strategy */ int chunkBitmapStride; /* Number of bytes of chunkBits per block. * Must be consistent with nChunksPerBlock. */