summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
diff options
context:
space:
mode:
authorDean Nelson2012-03-22 00:34:05 +0100
committerLinus Torvalds2012-03-22 01:54:58 +0100
commit385de35722c9a22917e7bc5e63cd83a8cffa5ecd (patch)
tree41ae2e23e096d189cdf614cf1eaf0c8f9ddeeb3b /mm/migrate.c
parenttmpfs: security xattr setting on inode creation (diff)
downloadkernel-qcow2-linux-385de35722c9a22917e7bc5e63cd83a8cffa5ecd.tar.gz
kernel-qcow2-linux-385de35722c9a22917e7bc5e63cd83a8cffa5ecd.tar.xz
kernel-qcow2-linux-385de35722c9a22917e7bc5e63cd83a8cffa5ecd.zip
thp: allow a hwpoisoned head page to be put back to LRU
Andrea Arcangeli pointed out to me that a check in __memory_failure() which was intended to prevent THP tail pages from being checked for the absence of the PG_lru flag (something that is always the case), was also preventing THP head pages from being checked. A THP head page could actually benefit from the call to shake_page() by ending up being put back to a LRU, provided it had been waiting in a pagevec array. Andrea suggested that the "!PageTransCompound(p)" in the if-statement should be replaced by a "!PageTransTail(p)", thus allowing THP head pages to be checked and possibly shaken. Signed-off-by: Dean Nelson <dnelson@redhat.com> Cc: Jin Dongming <jin.dongming@np.css.fujitsu.com> Reviewed-by: Andrea Arcangeli <aarcange@redhat.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions