On Tue, Aug 6, 2013 at 11:06 AM, Sankar P <sankar.curiosity@xxxxxxxxx> wrote: >> One recommendation: add support for page-cache. Start with read-cache >> only, and then mmap support, you need that to allow binary execution. >> > > oh okay. You suggest that I should do this before I start implementing > the support for extents ? > > Sankar Sankar, Do a strace on just about any program and you will see mmap is used heavily. Extents is an internal nicety, but mmap is core functionality that you would need even on a simpleFS for an embedded system. Greg -- Greg Freemyer _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies