From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758191Ab2BIS3G (ORCPT ); Thu, 9 Feb 2012 13:29:06 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:43077 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559Ab2BIS3E (ORCPT ); Thu, 9 Feb 2012 13:29:04 -0500 Message-ID: <4F341055.2020106@linux.vnet.ibm.com> Date: Thu, 09 Feb 2012 12:28:37 -0600 From: Seth Jennings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Greg KH CC: 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 References: <1326149520-31720-1-git-send-email-sjenning@linux.vnet.ibm.com> <1326149520-31720-4-git-send-email-sjenning@linux.vnet.ibm.com> <20120209011326.GA2225@kroah.com> <4F33DE6F.80308@linux.vnet.ibm.com> <20120209181339.GA1360@kroah.com> In-Reply-To: <20120209181339.GA1360@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12020918-9360-0000-0000-000003523298 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/09/2012 12:13 PM, Greg KH wrote: > On Thu, Feb 09, 2012 at 08:55:43AM -0600, Seth Jennings wrote: >> On 02/08/2012 07:13 PM, Greg KH wrote: >>> 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 :( >> >> Looks like my "staging: zcache: fix serialization bug in zv stats" >> patch didn't go in first. There is an order dependency there. >> https://lkml.org/lkml/2012/1/9/403 >> >> Let me know if there is still an issue after applying that patch. > > Hm, that one went into a different branch, that's what happened here. > > Can you resend me that patch, and this one, so I can apply both to my > staging-next branch? I just sent them to you offlist to avoid noise. The are based on your staging-next branch. Thanks, Seth