Re: [PATCH] improve lmk to avoid deadlock issue

2015-07-30 Thread Joe Perches
On Thu, 2015-07-30 at 13:09 +0300, Dan Carpenter wrote: > > diff --git a/drivers/staging/android/lowmemorykiller.c > > b/drivers/staging/android/lowmemorykiller.c [] > > @@ -127,11 +127,15 @@ static unsigned long lowmem_scan(struct shrinker *s, > > struct shrink_control *sc) > > if (!

Re: [PATCH] improve lmk to avoid deadlock issue

2015-07-30 Thread Dan Carpenter
I'm not an android dev but this patch seems reasonable enough. There are some process issues though. 1) The subject should have a subsystem prefix: [PATCH] Staing: android: lowmemorykiller: improve lmk to avoid deadlock issue On Thu, Jul 30, 2015 at 06:49:53AM +, Wang, Biao wrote: > From: