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

2015-12-26 Thread Figo
d: 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 --- drivers/staging/android/lowmemorykiller.c |9

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

2015-12-26 Thread Figo
e 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 --- drivers/staging/android/lowmemorykiller.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletio

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

2015-12-26 Thread Figo
e second for a process to die") said wait 1 seconds, i think it no need to wait 1 second, because we do select the process with "TIF_MEMDIE" to kill. Signed-off-by: Figo --- drivers/staging/android/lowmemorykiller.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-)