From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Liu Subject: Re: [PATCH 09/16] tmem: cleanup: drop tmemc_list() temporary Date: Tue, 26 Nov 2013 16:28:35 +0800 Message-ID: <52945BB3.2010606@oracle.com> References: <1384937185-24749-1-git-send-email-bob.liu@oracle.com> <1384937185-24749-9-git-send-email-bob.liu@oracle.com> <20131122180750.GF8120@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VlE0o-0000A8-9a for xen-devel@lists.xenproject.org; Tue, 26 Nov 2013 08:28:50 +0000 In-Reply-To: <20131122180750.GF8120@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xenproject.org, Bob Liu , keir@xen.org, ian.campbell@citrix.com, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 11/23/2013 02:07 AM, Konrad Rzeszutek Wilk wrote: > On Wed, Nov 20, 2013 at 04:46:18PM +0800, Bob Liu wrote: >> tmemc_list() collects a lot of statistics which are not well defined, >> unreadable and most of them are useless. >> >> This patch drop those mess code and leave TMEMC_LIST subops unimplemented >> temporary. > > Could you mention the title of which patch puts it back? > My plan is put it back after the current tmem code is good enough. It's easier to clean up the code without tmemc_list(). Thanks, -Bob