X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=3b01dfa2549cf7af55aa9b864eb8b76ee00123f3;hp=3a71167f08be6bdd0fa362c033d687ca7a5dafde;hb=9a20a1043042ed312c6d076ba2369d9138354702;hpb=7ad3c1635865d2e214eaef02ec53f0eb3956daa6 diff --git a/yaffs_guts.h b/yaffs_guts.h index 3a71167..3b01dfa 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -160,8 +160,6 @@ enum yaffs_obj_type { #define YAFFS_OBJECT_TYPE_MAX YAFFS_OBJECT_TYPE_SPECIAL struct yaffs_ext_tags { - - unsigned validity0; unsigned chunk_used; /* Status of the chunk: used or unused */ unsigned obj_id; /* If 0 this is not used */ unsigned chunk_id; /* If 0 this is a header, else a data chunk */ @@ -189,9 +187,6 @@ struct yaffs_ext_tags { unsigned extra_length; /* Length if it is a file */ unsigned extra_equiv_id; /* Equivalent object for a hard link */ - - unsigned validity1; - }; /* Spare structure for YAFFS1 */