summaryrefslogtreecommitdiff
path: root/yaffs_guts.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2011-02-25 11:25:07 +1300
committerCharles Manning <cdhmanning@gmail.com>2011-02-25 11:25:07 +1300
commit9a20a1043042ed312c6d076ba2369d9138354702 (patch)
tree41ff56df1e31598f3e4eac6b5459f6d3d298dcbb /yaffs_guts.h
parent7ad3c1635865d2e214eaef02ec53f0eb3956daa6 (diff)
yaffs: Remove tags validity checking code.
It was only really useful during development and no longer serves any purpose. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_guts.h')
-rw-r--r--yaffs_guts.h5
1 files changed, 0 insertions, 5 deletions
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 */