From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx125.postini.com [74.125.245.125]) by kanga.kvack.org (Postfix) with SMTP id A2D376B0005 for ; Fri, 25 Jan 2013 16:55:23 -0500 (EST) Message-ID: <5102FF45.4080708@redhat.com> Date: Fri, 25 Jan 2013 16:55:17 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCHv2 3/9] staging: zsmalloc: add page alloc/free callbacks References: <1357590280-31535-1-git-send-email-sjenning@linux.vnet.ibm.com> <1357590280-31535-4-git-send-email-sjenning@linux.vnet.ibm.com> In-Reply-To: <1357590280-31535-4-git-send-email-sjenning@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Seth Jennings Cc: Greg Kroah-Hartman , Andrew Morton , Nitin Gupta , Minchan Kim , Konrad Rzeszutek Wilk , Dan Magenheimer , Robert Jennings , Jenifer Hopper , Mel Gorman , Johannes Weiner , Larry Woodman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org On 01/07/2013 03:24 PM, Seth Jennings wrote: > This patch allows users of zsmalloc to register the > allocation and free routines used by zsmalloc to obtain > more pages for the memory pool. This allows the user > more control over zsmalloc pool policy and behavior. > > If the user does not wish to control this, alloc_page() and > __free_page() are used by default. Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org