DESC
Split file locks into read and write locks.
EDESC
Split file locks into read and write locks. This allows multiple readers at
the same time, but only one writer. Obviously, it improves paralell reading
performance without imposing penalties on the write path.

