]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
swap: cond_resched in swap_cgroup_prepare()
authorYu Zhao <yuzhao@google.com>
Fri, 16 Jun 2017 21:02:31 +0000 (14:02 -0700)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 25 Jun 2017 15:36:58 +0000 (10:36 -0500)
commit5c2c73d3fac41f422223f4d66f645c7210938c39
treee728ca9368aaa02e1a276a4a4a69f54ba023769e
parent44981192c1cd62a031a0d581af4f841aaf50309e
swap: cond_resched in swap_cgroup_prepare()

BugLink: http://bugs.launchpad.net/bugs/1700372
commit ef70762948dde012146926720b70e79736336764 upstream.

I saw need_resched() warnings when swapping on large swapfile (TBs)
because continuously allocating many pages in swap_cgroup_prepare() took
too long.

We already cond_resched when freeing page in swap_cgroup_swapoff().  Do
the same for the page allocation.

Link: http://lkml.kernel.org/r/20170604200109.17606-1-yuzhao@google.com
Signed-off-by: Yu Zhao <yuzhao@google.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vladimir Davydov <vdavydov.dev@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
mm/swap_cgroup.c