diff yaffs_guts.h @ 93:2b4deace2c2f

Add support for vmallocing large blockInfos
author charles
date Fri, 07 Oct 2005 03:46:50 +0100
parents 9af8bbd3c1da
children ed3b54386260
line wrap: on
line diff
--- a/yaffs_guts.h
+++ b/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.