data loss on jffs2 filesystem on dataflash

Artem B. Bityuckiy dedekind at yandex.ru
Thu Sep 15 04:02:19 EDT 2005



Peter Menzebach wrote:
> Example nodelist.c:
> len = ofs & (c->wbuf_pagesize - 1)
I suppose if you change this on
len = ofs % c->wbuf_pagesize;

everything should be fine.

There is a high chance that this is the only place like this.

-- 
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.




More information about the linux-mtd mailing list