From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx107.postini.com [74.125.245.107]) by kanga.kvack.org (Postfix) with SMTP id E1A7C6B0005 for ; Wed, 30 Jan 2013 03:05:37 -0500 (EST) Date: Tue, 29 Jan 2013 23:16:30 -0500 From: Greg Kroah-Hartman Subject: Re: [PATCH 2/4] staging: zsmalloc: remove unused pool name Message-ID: <20130130041630.GA18809@kroah.com> References: <1359135978-15119-1-git-send-email-sjenning@linux.vnet.ibm.com> <1359135978-15119-3-git-send-email-sjenning@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359135978-15119-3-git-send-email-sjenning@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Seth Jennings Cc: devel@driverdev.osuosl.org, Dan Magenheimer , Konrad Rzeszutek Wilk , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Minchan Kim , Andrew Morton , Robert Jennings , Nitin Gupta On Fri, Jan 25, 2013 at 11:46:16AM -0600, Seth Jennings wrote: > zs_create_pool() currently takes a name argument which is > never used in any useful way. > > This patch removes it. > > Acked-by: Nitin Gupta > Acked-by: Minchan Kim > Signed-off-by: Seth Jennnings > Acked-by: Dan Magenheimer > --- > drivers/staging/zram/zram_drv.c | 2 +- > drivers/staging/zsmalloc/zsmalloc-main.c | 11 +++-------- > drivers/staging/zsmalloc/zsmalloc.h | 2 +- > 3 files changed, 5 insertions(+), 10 deletions(-) As I'm not taking patch 1/4, this patch doesn't apply, sorry. greg k-h -- 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