summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
diff options
context:
space:
mode:
authorYu Zhao2017-06-16 23:02:31 +0200
committerLinus Torvalds2017-06-16 23:37:05 +0200
commitef70762948dde012146926720b70e79736336764 (patch)
treec9ef4e1c0743451653e88b12cdc51c1fed39575b /mm/huge_memory.c
parentmm/memory-failure.c: use compound_head() flags for huge pages (diff)
downloadkernel-qcow2-linux-ef70762948dde012146926720b70e79736336764.tar.gz
kernel-qcow2-linux-ef70762948dde012146926720b70e79736336764.tar.xz
kernel-qcow2-linux-ef70762948dde012146926720b70e79736336764.zip
swap: cond_resched in swap_cgroup_prepare()
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> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/huge_memory.c')
0 files changed, 0 insertions, 0 deletions