From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754317Ab1BRVbf (ORCPT ); Fri, 18 Feb 2011 16:31:35 -0500 Received: from kroah.org ([198.145.64.141]:41543 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753389Ab1BRVbc (ORCPT ); Fri, 18 Feb 2011 16:31:32 -0500 Date: Fri, 18 Feb 2011 13:25:42 -0800 From: Greg KH To: Nitin Gupta Cc: Stephen Rothwell , Dan Magenheimer , Randy Dunlap , linux-next , linux-kernel Subject: Re: [PATCH] Allow sharing xvmalloc for zram and zcache Message-ID: <20110218212542.GI796@kroah.com> References: <1297371646-11604-1-git-send-email-ngupta@vflare.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297371646-11604-1-git-send-email-ngupta@vflare.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 10, 2011 at 04:00:46PM -0500, Nitin Gupta wrote: > Both zram and zcache use xvmalloc allocator. If xvmalloc > is compiled separately for both of them, we will get linker > error if they are both selected as "built-in". We can also > get linker error regarding missing xvmalloc symbols if zram > is not built. > > So, we now compile xvmalloc separately and export its symbols > which are then used by both of zram and zcache. > > Signed-off-by: Nitin Gupta This doesn't apply to my tree, care to respin it and resend? thanks, greg k-h