Re: [PATCH -next] zsmalloc: Include linux/sched.h to fix build error

2015-03-10 Thread Minchan Kim
Hello Guenter, On Tue, Mar 10, 2015 at 08:41:02PM -0700, Guenter Roeck wrote: > Fix: > > mm/zsmalloc.c: In function '__zs_compact': > mm/zsmalloc.c:1747:2: error: implicit declaration of function 'cond_resched' > > seen when building mips:allmodconfig. > > Fixes: c4d204c38734 ("zsmalloc:

[PATCH -next] zsmalloc: Include linux/sched.h to fix build error

2015-03-10 Thread Guenter Roeck
Fix: mm/zsmalloc.c: In function '__zs_compact': mm/zsmalloc.c:1747:2: error: implicit declaration of function 'cond_resched' seen when building mips:allmodconfig. Fixes: c4d204c38734 ("zsmalloc: support compaction") Cc: Minchan Kim Signed-off-by: Guenter Roeck --- mm/zsmalloc.c | 1 + 1 file

[PATCH -next] zsmalloc: Include linux/sched.h to fix build error

2015-03-10 Thread Guenter Roeck
Fix: mm/zsmalloc.c: In function '__zs_compact': mm/zsmalloc.c:1747:2: error: implicit declaration of function 'cond_resched' seen when building mips:allmodconfig. Fixes: c4d204c38734 (zsmalloc: support compaction) Cc: Minchan Kim minc...@kernel.org Signed-off-by: Guenter Roeck

Re: [PATCH -next] zsmalloc: Include linux/sched.h to fix build error

2015-03-10 Thread Minchan Kim
Hello Guenter, On Tue, Mar 10, 2015 at 08:41:02PM -0700, Guenter Roeck wrote: Fix: mm/zsmalloc.c: In function '__zs_compact': mm/zsmalloc.c:1747:2: error: implicit declaration of function 'cond_resched' seen when building mips:allmodconfig. Fixes: c4d204c38734 (zsmalloc: support