The problem we're seeing is that the VM is swapping out pages obtained via a kiobuf. We can't use lock_kiobuf() because sometimes the memory regions overlap, and lock_kiobuf() rejects attempts to lock memory that already has at least one locked page.
-- Timur Tabi Staff Software Engineer timur.tabi@ammasso.com
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/