I seem to get it now. So instead of setting PG_reserved upon allocation of
the buffer pages, I should increase the referrence of the pages by calling
get_page() on them and that would prevent the pages to get on the lru list
and thus preventing them to be swapped out. Is that it?
Martin
-