On Tue, 16 Sep 2014, Theodore Ts'o wrote: > > It doesn't seem unreasonable to just grab an extra refcount on the pages > > when they are first loaded. > > Well yes, but using mlock_vma_page() would be a bit more efficient, > and technically, more correct than simply elevating the refcount. mlocked pages can be affected by page migration. They are not pinned since POSIX only says that the pages must stay in memory. So the OS is free to move them around physical memory. Pinned pages have an elevated refcount. Note also Peter Zijlstra's recent work on pinned pages. https://lkml.org/lkml/2014/5/26/345 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>