Is there any way to stop reclamation of file cache pages ?

From: kautuk.c @samsung.com
Date: Mon Sep 05 2011 - 05:14:54 EST


Hi,

I am aware that mlocked pages can be stopped from being reclaimed
through the PFRA.

However, is there any method to stop reclamation of the page-cache
pages pertaining to
a single file's inode without mlocking ?

If I want to only use the open, read and write system calls and I want
to set specific file cache
pages to "non-reclaimable", how can I do so ?

Will the POSIX_FADV_WILLNEED option to the fadvise() system call solve
this problem ?

Thanks,
Kautuk.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/