From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Liu Subject: Re: [PATCH v4 11/15] tmem: cleanup: drop useless functions from head file Date: Tue, 07 Jan 2014 18:44:51 +0800 Message-ID: <52CBDAA3.2000403@oracle.com> References: <1386846315-13299-1-git-send-email-bob.liu@oracle.com> <1386846315-13299-12-git-send-email-bob.liu@oracle.com> <20131213164405.GA11305@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1W0UA6-0004bw-GV for xen-devel@lists.xenproject.org; Tue, 07 Jan 2014 10:45:30 +0000 In-Reply-To: <20131213164405.GA11305@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: Bob Liu , Keir Fraser , ian.campbell@citrix.com, andrew.cooper3@citrix.com, james.harper@bendigoit.com.au, JBeulich@suse.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 12/14/2013 12:44 AM, Konrad Rzeszutek Wilk wrote: > On Thu, Dec 12, 2013 at 07:05:11PM +0800, Bob Liu wrote: >> They are several one line functions in tmem_xen.h which are useless, this patch >> embeded them into tmem.c directly. >> Also modify void *tmem in struct domain to struct client *tmem_client in order >> to make things more straightforward. >> >> Signed-off-by: Bob Liu >> --- >> xen/common/domain.c | 4 ++-- >> xen/common/tmem.c | 24 ++++++++++++------------ >> xen/include/xen/sched.h | 2 +- >> xen/include/xen/tmem_xen.h | 30 +----------------------------- > > Keir, are you OK with this simple name change? > Ping.. Thanks! .. and Happy New Year -Bob