From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbbCKEc4 (ORCPT ); Wed, 11 Mar 2015 00:32:56 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:36968 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbbCKEcy (ORCPT ); Wed, 11 Mar 2015 00:32:54 -0400 Date: Wed, 11 Mar 2015 13:32:47 +0900 From: Minchan Kim To: Guenter Roeck Cc: Nitin Gupta , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] zsmalloc: Include linux/sched.h to fix build error Message-ID: <20150311043247.GC4794@blaptop> References: <1426045262-14739-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426045262-14739-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 compaction") > Cc: Minchan Kim > Signed-off-by: Guenter Roeck Thanks for the fixing! A few hours ago, Geert Uytterhoeven sent a patch. http://www.spinics.net/lists/linux-mm/msg85571.html Thanks. -- Kind regards, Minchan Kim