OSDN Git Service

staging: android: lowmemorykiller: Don't wait more than one second for a process...
authorArve Hjønnevåg <arve@android.com>
Fri, 13 Jan 2012 18:21:25 +0000 (22:21 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2012 22:14:14 +0000 (14:14 -0800)
commite5d7965f88a3755b2d0c54768a17032ab3a72819
tree35b617f6bfbdd667edd29eb6387a2d7e430a2c38
parent9545f86e3a3b6fac508dd43638d633d1a1567c26
staging: android: lowmemorykiller: Don't wait more than one second for a process to die

If a process forked and the child process was killed by the
lowmemorykiller, the lowmemory killer would be disabled until
the parent process reaped the child or it died itself.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/lowmemorykiller.c