summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
authorKirill A. Shutemov2016-07-27 00:25:53 +0200
committerLinus Torvalds2016-07-27 01:19:19 +0200
commit9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad (patch)
treeadd475877423bc5ae648e67d221324ceaa388fcf /mm/vmscan.c
parentthp: file pages support for split_huge_page() (diff)
downloadkernel-qcow2-linux-9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad.tar.gz
kernel-qcow2-linux-9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad.tar.xz
kernel-qcow2-linux-9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad.zip
thp, mlock: do not mlock PTE-mapped file huge pages
As with anon THP, we only mlock file huge pages if we can prove that the page is not mapped with PTE. This way we can avoid mlock leak into non-mlocked vma on split. We rely on PageDoubleMap() under lock_page() to check if the the page may be PTE mapped. PG_double_map is set by page_add_file_rmap() when the page mapped with PTEs. Link: http://lkml.kernel.org/r/1466021202-61880-21-git-send-email-kirill.shutemov@linux.intel.com Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions