In yaffs_summary_fetch () has a statement
that:
yaffs_unpack_tags2_tags_only(tags,
&tags_only);
used to copy values of tags_only to
tags,but tags_only have not initialized complete.
tags_only-> seq_number is a random digit
but copied to tags,is this supposed to be?