X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=4dc70a2af828e17b74f3d13f78fc4e0cc9baab8f;hp=a2244d968ef653192b9db3a72d1b2f76f45a03cf;hb=d4264d6b99c4b943c3217347ec73e1f6bef49a63;hpb=9b9fd2ac90990fed4990feec36ab1ec55fc78926 diff --git a/yaffs_guts.h b/yaffs_guts.h index a2244d9..4dc70a2 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -351,12 +351,7 @@ typedef struct { /*--------------------------- Tnode -------------------------- */ union yaffs_Tnode_union { -#ifdef CONFIG_YAFFS_TNODE_LIST_DEBUG - union yaffs_Tnode_union *internal[YAFFS_NTNODES_INTERNAL + 1]; -#else union yaffs_Tnode_union *internal[YAFFS_NTNODES_INTERNAL]; -#endif -/* __u16 level0[YAFFS_NTNODES_LEVEL0]; */ }; @@ -606,7 +601,7 @@ struct yaffs_DeviceParamStruct { #ifdef CONFIG_YAFFS_AUTO_UNICODE int autoUnicode; #endif - + int alwaysCheckErased; /* Force chunk erased check always on */ }; typedef struct yaffs_DeviceParamStruct yaffs_DeviceParam;