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

Since commit ea62160e1d30 ("mm, mlock, vmscan: no more skipping
pagevecs"), unevictable pages do not goes directly back onto zone's
unevictable list.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Shakeel Butt <shakeelb@google.com>
Link: https://lkml.kernel.org/r/20200927122209.59328-1-linmiaohe@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/swap.c