summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
diff options
context:
space:
mode:
authorTetsuo Handa2016-03-17 22:20:48 +0100
committerLinus Torvalds2016-03-17 23:09:34 +0100
commit0a687aace3b8e215e08eed8a67014f5b8f133ab0 (patch)
treeb81d0496ee8ccf3060566c57feb0f77a6394aa57 /fs/eventpoll.c
parentmm,oom: make oom_killer_disable() killable (diff)
downloadkernel-qcow2-linux-0a687aace3b8e215e08eed8a67014f5b8f133ab0.tar.gz
kernel-qcow2-linux-0a687aace3b8e215e08eed8a67014f5b8f133ab0.tar.xz
kernel-qcow2-linux-0a687aace3b8e215e08eed8a67014f5b8f133ab0.zip
mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
After the OOM killer is disabled during suspend operation, any !__GFP_NOFAIL && __GFP_FS allocations are forced to fail. Thus, any !__GFP_NOFAIL && !__GFP_FS allocations should be forced to fail as well. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/eventpoll.c')
0 files changed, 0 insertions, 0 deletions