X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yaffs_guts.h;h=c5eee97309a3d0ed6d8f4b90781bf5479fde676d;hb=64239466cac1b316650213aaa07c92f57c3e7861;hp=535a2695d61dd4ba36026b42eadfee8f25dece78;hpb=8d87e1a358bf0184a82c586d362d994094a1e9ed;p=yaffs2.git diff --git a/yaffs_guts.h b/yaffs_guts.h index 535a269..c5eee97 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.15 2005-10-07 02:46:50 charles Exp $ */ #ifndef __YAFFS_GUTS_H__ @@ -561,6 +561,7 @@ struct yaffs_DeviceStruct { /* Block Info */ yaffs_BlockInfo *blockInfo; + int blockInfoAlt; /* was allocated using alternative strategy */ __u8 *chunkBits; /* bitmap of chunks in use */ int chunkBitmapStride; /* Number of bytes of chunkBits per block. * Must be consistent with nChunksPerBlock.