aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Rientjes <[email protected]>2009-06-16 15:33:16 -0700
committerLinus Torvalds <[email protected]>2009-06-16 19:47:45 -0700
commit81236810226f71bd9ff77321c8e8276dae7efc61 (patch)
tree8194006c780be40bfac49a2c557ab037186a57e9 /include/linux
parent9198e96c06744517e3b18fce8be6db61e96a3227 (diff)
oom: only oom kill exiting tasks with attached memory
When a task is chosen for oom kill and is found to be PF_EXITING, __oom_kill_task() is called to elevate the task's timeslice and give it access to memory reserves so that it may quickly exit. This privilege is unnecessary, however, if the task has already detached its mm. Although its possible for the mm to become detached later since task_lock() is not held, __oom_kill_task() will simply be a no-op in such circumstances. Subsequently, it is no longer necessary to warn about killing mm-less tasks since it is a no-op. Signed-off-by: David Rientjes <[email protected]> Acked-by: Rik van Riel <[email protected]> Cc: Balbir Singh <[email protected]> Cc: Minchan Kim <[email protected]> Reviewed-by: KOSAKI Motohiro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions