* Jignesh K. Shah:
> * llseek is high which means you can obviously gain a bit with the
> right file system/files tuning by caching them right.
It might also make sense to switch from lseek-read/write to
pread/pwrite. It shouldn't be too hard to hack this into the virtual
file descriptor module.