commit | 38531201c12144cd7d96abfdfe7449c2b01375e8 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <[email protected]> | Fri Oct 07 16:59:03 2016 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Oct 07 18:46:28 2016 -0700 |
tree | 0075124f382060b23ce36dbe96d2a9bfc8be8ad9 | |
parent | 7d2e7a22cf27e7569e6816ccc05dd74248048b30 [diff] |
mm, oom: enforce exit_oom_victim on current task There are no users of exit_oom_victim on !current task anymore so enforce the API to always work on the current. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Tetsuo Handa <[email protected]> Signed-off-by: Michal Hocko <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: David Rientjes <[email protected]> Cc: Vladimir Davydov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>