summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorYang Shi <yang.shi@linux.alibaba.com>2018-08-18 01:45:26 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2018-08-18 02:20:28 +0300
commitc2231020ea7b53d486395dbd8d3216e0dd1fc7ee (patch)
tree404b8ca035d3c8eecfb4a31bb06e1ff86a67b7a6 /ipc
parent8cded8668e1f49ab9b90682bca76e861782416e9 (diff)
downloadlinux-c2231020ea7b53d486395dbd8d3216e0dd1fc7ee.tar.xz
mm: thp: register mm for khugepaged when merging vma for shmem
When merging anonymous page vma, if the size of the vma can fit in at least one hugepage, the mm will be registered for khugepaged for collapsing THP in the future. But it skips shmem vmas. Do so for shmem also, but not for file-private mappings when merging a vma in order to increase the odds of collapsing a hugepage via khugepaged. hugepage_vma_check() sounds like a good fit to do the check. And move the definition of it before khugepaged_enter_vma_merge() to avoid a build error. Link: http://lkml.kernel.org/r/1529697791-6950-1-git-send-email-yang.shi@linux.alibaba.com Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Hugh Dickins <hughd@google.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions