[PATCH RESEND v2 1/1] fix a dead loop when in heavy low memory

2015-12-26 Thread Figo.zhang
ot;TIF_MEMDIE" to kill. Signed-off-by: Figo.zhang --- drivers/staging/android/lowmemorykiller.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c index e679d84..13c7182 100644 --- a/d

[PATCH RESEND v2 1/1] fix a dead loop when in heavy low memory

2015-12-26 Thread Figo.zhang
e kill. commit e5d7965f88a3 ("staging: android: lowmemorykiller: Don't wait more than one second for a process to die") said wait 1 seconds, i think it no need to wait 1 second, because we don't select the process with "TIF_MEMDIE" to kill. Signed-off-by: Figo.zhang --- driver

[PATCH RESEND v2 1/1] fix a dead loop when in heavy low memory

2015-12-26 Thread Figo.zhang
g, because no process will be kill. commit e5d7965f88a3 ("staging: android: lowmemorykiller: Don't wait more than one second for a process to die") said wait 1 seconds, i think it no need to wait 1 second, because we don't select the process with "TIF_MEMDIE" to kil

[PATCH RESEND v2 1/1] fix a dead loop when in heavy low memory

2015-12-26 Thread Figo.zhang
select the process with "TIF_MEMDIE" to kill. Signed-off-by: Figo.zhang <tianfei.zh...@intel.com> --- drivers/staging/android/lowmemorykiller.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/and