summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorNaoya Horiguchi2015-06-25 01:56:53 +0200
committerLinus Torvalds2015-06-25 02:49:42 +0200
commit2491ffee9e66edc2a6ff5ddb49118377257c0014 (patch)
treedb0a667f222c51a797a9d47f0d09166622bca036 /mm/rmap.c
parentmm: soft-offline: don't free target page in successful page migration (diff)
downloadkernel-qcow2-linux-2491ffee9e66edc2a6ff5ddb49118377257c0014.tar.gz
kernel-qcow2-linux-2491ffee9e66edc2a6ff5ddb49118377257c0014.tar.xz
kernel-qcow2-linux-2491ffee9e66edc2a6ff5ddb49118377257c0014.zip
mm/memory-failure: me_huge_page() does nothing for thp
memory_failure() is supposed not to handle thp itself, but to split it. But if something were wrong and page_action() were called on thp, me_huge_page() (action routine for hugepages) should be better to take no action, rather than to take wrong action prepared for hugetlb (which triggers BUG_ON().) This change is for potential problems, but makes sense to me because thp is an actively developing feature and this code path can be open in the future. Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Tony Luck <tony.luck@intel.com> Cc: "Kirill A. Shutemov" <kirill@shutemov.name> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions