]> git.baikalelectronics.ru Git - kernel.git/commit
mm,thp: stop leaking unreleased file pages
authorHugh Dickins <hughd@google.com>
Thu, 28 May 2020 05:20:43 +0000 (22:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 May 2020 18:35:40 +0000 (11:35 -0700)
commitd74bbe920e36a8883e39f9afd6a5c68b60f2866a
treefeed8be2e1bfe182a6ceba362ea0f0203dd35b61
parentf0ab30dece6c634f71efda2e92c6da11316fb44b
mm,thp: stop leaking unreleased file pages

When collapse_file() calls try_to_release_page(), it has already isolated
the page: so if releasing buffers happens to fail (as it sometimes does),
remember to putback_lru_page(): otherwise that page is left unreclaimable
and unfreeable, and the file extent uncollapsible.

Fixes: 21abde3434f6 ("mm,thp: add read-only THP support for (non-shmem) FS")
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Song Liu <songliubraving@fb.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: <stable@vger.kernel.org> [5.4+]
Link: http://lkml.kernel.org/r/alpine.LSU.2.11.2005231837500.1766@eggly.anvils
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/khugepaged.c