Markus wrote: [...] > The basic idea is, that all mmap > operations are done on yaffs2, as jffs2 does not support them.
How many things actually use writeable mmap'd areas? Would it be particularly hard to change those things to use read() and write() instead? jffs2 is a very useful file system, particularly on small devices, as it stores data efficiently and with compression, which yaffs doesn't; it would be nice to support it. -- David Given [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
