oom: make oom_unkillable_task() helper function
authorKOSAKI Motohiro <[email protected]>
Tue, 10 Aug 2010 00:19:35 +0000 (17:19 -0700)
committerLinus Torvalds <[email protected]>
Tue, 10 Aug 2010 03:45:01 +0000 (20:45 -0700)
commitab290adbaf8f46770f014ea87968de5baca29c30
treee6d9673a76ed7804d0b3ff858c2ac401971c1560
parent2c5ea53ce46ebb232e0d9a475fdd2b166d2a516b
oom: make oom_unkillable_task() helper function

Presently we have the same task check in two places. Unify it.

Signed-off-by: KOSAKI Motohiro <[email protected]>
Reviewed-by: Minchan Kim <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/oom_kill.c