[Yaffs] bug in yaffs_CheckChunkErased ???

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Cal Page
Date:  
To: yaffs@lists.aleph1.co.uk
Subject: [Yaffs] bug in yaffs_CheckChunkErased ???
I had to stub out the check for tags.chunkUsed to get your fs to work.

if ( !yaffs_CheckFF() /* || tags.chunkUsed */ ...

When I erase my nand, it all goes to 0xff, and therefore this check will
fail.

Is this a bug?

Cal Page