Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760086Ab0GQSKg (ORCPT ); Sat, 17 Jul 2010 14:10:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62485 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756439Ab0GQSKf (ORCPT ); Sat, 17 Jul 2010 14:10:35 -0400 Message-ID: <4C41F1FD.50501@redhat.com> Date: Sat, 17 Jul 2010 14:10:05 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4 MIME-Version: 1.0 To: Nitin Gupta CC: Pekka Enberg , Hugh Dickins , Andrew Morton , Greg KH , Dan Magenheimer , Avi Kivity , Christoph Hellwig , Minchan Kim , Konrad Rzeszutek Wilk , linux-mm , linux-kernel Subject: Re: [PATCH 1/8] Allow sharing xvmalloc for zram and zcache References: <1279283870-18549-1-git-send-email-ngupta@vflare.org> <1279283870-18549-2-git-send-email-ngupta@vflare.org> In-Reply-To: <1279283870-18549-2-git-send-email-ngupta@vflare.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 691 Lines: 19 On 07/16/2010 08:37 AM, 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". > > 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 Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/