diff options
author | Michal Hocko <mhocko@suse.cz> | 2014-08-06 16:05:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-06 18:01:17 -0700 |
commit | 0029e19ebf84dcd70b226820daa7747b28d5956d (patch) | |
tree | d643d76a8a45b75a5abd80e2731d799e2e1e7c3b /arch/s390 | |
parent | 9b1306192d335759a6cf2f3b404c49e811e5f953 (diff) | |
download | op-kernel-dev-0029e19ebf84dcd70b226820daa7747b28d5956d.zip op-kernel-dev-0029e19ebf84dcd70b226820daa7747b28d5956d.tar.gz |
mm: memcontrol: remove explicit OOM parameter in charge path
For the page allocator, __GFP_NORETRY implies that no OOM should be
triggered, whereas memcg has an explicit parameter to disable OOM.
The only callsites that want OOM disabled are THP charges and charge
moving. THP already uses __GFP_NORETRY and charge moving can use it as
well - one full reclaim cycle should be plenty. Switch it over, then
remove the OOM parameter.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Michal Hocko <mhocko@suse.cz>
Cc: Hugh Dickins <hughd@google.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Vladimir Davydov <vdavydov@parallels.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390')
0 files changed, 0 insertions, 0 deletions