From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758741Ab2IMSLq (ORCPT ); Thu, 13 Sep 2012 14:11:46 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:28482 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758709Ab2IMSLl (ORCPT ); Thu, 13 Sep 2012 14:11:41 -0400 X-IronPort-AV: E=Sophos;i="4.80,417,1344211200"; d="scan'208";a="14529011" Message-ID: <1347559899.25803.64.camel@dagon.hellion.org.uk> Subject: Re: [PATCH] Xen backend support for paged out grant targets. From: Ian Campbell To: Andres Lagar-Cavilla CC: "xen-devel@xen.lists.org" , Konrad Rzeszutek Wilk , David Vrabel , David Miller , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" Date: Thu, 13 Sep 2012 19:11:39 +0100 In-Reply-To: <1347557306-25453-1-git-send-email-andres@lagarcavilla.org> References: <1347557306-25453-1-git-send-email-andres@lagarcavilla.org> Organization: Citrix Systems, Inc. Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.4.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2012-09-13 at 18:28 +0100, Andres Lagar-Cavilla wrote: > > * Add placeholder in array of grant table error descriptions for > unrelated error code we jump over. Why not just define it, it's listed here: http://xenbits.xen.org/docs/unstable/hypercall/include,public,grant_table.h.html#Enum_grant_status I notice the specific wording of the error msg is different here too. It'd probably be best to use the same wording as the Xen definition, so all OSes end up with the same name for the same condition (else bug reports will be confusing). Ian.