commit | a9e7c39fa9fd908bc914d691045c96fdc97da7cd | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Tue Mar 05 15:46:55 2019 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 05 21:07:18 2019 -0800 |
tree | 24de2fa8b129297fea77958bc46474245ec5b85b | |
parent | 2e25644e8da4ed3a27e7b8315aaae74660be72dc [diff] |
mm/vmscan.c: remove 7th argument of isolate_lru_pages() We may simply check for sc->may_unmap in isolate_lru_pages() instead of doing that in both of its callers. Link: http://lkml.kernel.org/r/154748280735.29962.15867846875217618569.stgit@localhost.localdomain Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Acked-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>