[Yaffs] yaff2 scan error info

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: xiaopin7206568@sina.com
Date:  
To: yaffs
Subject: [Yaffs] yaff2 scan error info
NAND FLASH will
be scanned whening yaffs2 mount.If not find checkpoint,yaffs2 will begin check
chunk.But if get error information from NAND FLASH,yaffs2 may be run this
code:
in = yaffs_retype_obj(in, oh ? oh->type : tags.extra_obj_type);

If in->variant_type ==YAFFS_OBJECT_TYPE_DIRECTORY ,It just put object's
childrens in lost+found,but not deal with siblings list.It is need deal with
siblings list?