On 2009-05-11, Lino Sanfilippo <[email protected]> wrote: > Unfortunately dazukofs 3.0.1-rc1 only supports reading via mmap(). > Writing is still unsupported. Seemingly this is exactly the problem > with applications like kmail, that try to write (or copy) files via > mmap() (probably for performance reasons). > > I think a first quick fix could be to make dazukofs return an error > if a process attempts to write via mmap(). Normally applications > should be able to handle this and switch to write() system calls. > > @John > what do you think about a solution like this?
I think it would be great. I once spent nearly a whole day trying to figure out how to implement such a thing. Obviously I was not successful. I believe that this would be the appropriate solution. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
