From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx133.postini.com [74.125.245.133]) by kanga.kvack.org (Postfix) with SMTP id 3DE0F6B002C for ; Wed, 8 Feb 2012 20:13:43 -0500 (EST) Received: by pbcwz17 with SMTP id wz17so1313849pbc.14 for ; Wed, 08 Feb 2012 17:13:42 -0800 (PST) Date: Wed, 8 Feb 2012 17:13:26 -0800 From: Greg KH Subject: Re: [PATCH 3/5] staging: zcache: replace xvmalloc with zsmalloc Message-ID: <20120209011326.GA2225@kroah.com> References: <1326149520-31720-1-git-send-email-sjenning@linux.vnet.ibm.com> <1326149520-31720-4-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: <1326149520-31720-4-git-send-email-sjenning@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Seth Jennings Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Dan Magenheimer , Konrad Wilk , linux-kernel@vger.kernel.org, Dave Hansen , linux-mm@kvack.org, Brian King , Nitin Gupta On Mon, Jan 09, 2012 at 04:51:58PM -0600, Seth Jennings wrote: > Replaces xvmalloc with zsmalloc as the persistent memory allocator > for zcache > > Signed-off-by: Seth Jennings This patch no longer applies :( -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757952Ab2BIBNu (ORCPT ); Wed, 8 Feb 2012 20:13:50 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:48541 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932147Ab2BIBNm (ORCPT ); Wed, 8 Feb 2012 20:13:42 -0500 Date: Wed, 8 Feb 2012 17:13:26 -0800 From: Greg KH To: Seth Jennings Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Dan Magenheimer , Konrad Wilk , linux-kernel@vger.kernel.org, Dave Hansen , linux-mm@kvack.org, Brian King , Nitin Gupta Subject: Re: [PATCH 3/5] staging: zcache: replace xvmalloc with zsmalloc Message-ID: <20120209011326.GA2225@kroah.com> References: <1326149520-31720-1-git-send-email-sjenning@linux.vnet.ibm.com> <1326149520-31720-4-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: <1326149520-31720-4-git-send-email-sjenning@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2012 at 04:51:58PM -0600, Seth Jennings wrote: > Replaces xvmalloc with zsmalloc as the persistent memory allocator > for zcache > > Signed-off-by: Seth Jennings This patch no longer applies :(