From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging:add a new array to speed up page-in in xenpaging Date: Mon, 9 Jan 2012 12:50:41 +0100 Message-ID: <20120109115041.GA20678@aepfle.de> References: <052727b8165ce6e05002.1325732917@h00166998.china.huawei.com> <20229.60517.106414.825193@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20229.60517.106414.825193@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com, hongkaixing@huawei.com List-Id: xen-devel@lists.xenproject.org On Thu, Jan 05, Ian Jackson wrote: > Use of types with names ending in _t is reserved to the C > implementation (compiler and runtime). I know xenpaging is full of > these but we shouldn't introduce any more. I will prepare patches to remove the typedefs from xenpaging. Olaf