commit | 2f659f462d2ab519068d0e2bb677d7a700decb8d | [log] [tgz] |
---|---|---|
author | Kirill Korotaev <dev@sw.ru> | Sun Jan 08 01:01:05 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:12:45 2006 -0800 |
tree | de65a0b6151880ef5d0b06efd949e32629a2dfd5 | |
parent | 6ce3c4c0ff62ca6391019b7832fb41a7f28b9e26 [diff] |
[PATCH] Optimise oom kill of current task When oom_killer kills current there's no need to call schedule_timeout_interruptible() since task must die ASAP. Signed-Off-By: Pavel Emelianov <xemul@sw.ru> Signed-Off-By: Kirill Korotaev <dev@openvz.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>