I'm sure its a good idea to provide an interface that does't _require_
server side mmaps. This doesn't preclude an mmap interface later on,
but I'd rather start with a "pure" read/write device interface, which
is in a lot of ways simpler to solve than mmap.
As for pinning kernel pages, I still think it's a good idea for the
char device interface, but you're right, it's not necessary.
In fact I'm mostly ready with an implementation of store/retrieve that
just pokes the regular page cache.
Thanks,
Miklos
--