]> git.baikalelectronics.ru Git - kernel.git/commit
mm/swap.c: fix confusing comment in release_pages()
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 13 Oct 2020 23:52:15 +0000 (16:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:30 +0000 (18:38 -0700)
commit1596d0f9f1d1e4665ca2c88ca2a9128e18fffbf1
tree126ec0cfcea13205b00f5b138daadc49ac580ef9
parentbed5b2ae83113e22dfdfe6f2f6ec9e40b4f3a4a4
mm/swap.c: fix confusing comment in release_pages()

Since commit acb1d4abf7f8 ("mm: devmap: refactor 1-based refcounting for
ZONE_DEVICE pages"), we have renamed the func put_devmap_managed_page() to
page_is_devmap_managed().

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: John Hubbard <jhubbard@nvidia.com>
Link: https://lkml.kernel.org/r/20200905084453.19353-1-linmiaohe@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/swap.c