Author: Ezio Zhang Date: To: YAFFS Subject: [Yaffs] why one file's parent pointer does point to its parent
directory?
hi,guys,when i use yaffs in my system ,i tried to
write,read,remove,close files in lager scales.system often crashed for
one file's parent pointer does not point to its parent ,and the code
goes to:
if (l->parent != directory)
BUG();:
in file yaffs_guts.c.
how does this situation occurs?
----
Regards,
Ezio.