From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v4 11/15] tmem: cleanup: drop useless functions from head file Date: Tue, 7 Jan 2014 09:27:02 -0500 Message-ID: <20140107142702.GC3588@phenom.dumpdata.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> <52CBDAA3.2000403@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1W0Xcs-0005Np-KH for xen-devel@lists.xenproject.org; Tue, 07 Jan 2014 14:27:26 +0000 Content-Disposition: inline In-Reply-To: <52CBDAA3.2000403@oracle.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: Bob Liu 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 Tue, Jan 07, 2014 at 06:44:51PM +0800, Bob Liu wrote: > > 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.. Lets make sure his email is on the 'To' (I don't see it in my email?) > > Thanks! > .. and Happy New Year > -Bob