From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH libxc] Remove set_max_grants in linux Date: Mon, 17 Jan 2011 17:29:26 +0000 Message-ID: <19764.31862.419437.588597@mariner.uk.xensource.com> References: <1292545063-32107-1-git-send-email-dgdegra@tycho.nsa.gov> <1292545063-32107-3-git-send-email-dgdegra@tycho.nsa.gov> <20110110215245.GD15016@dumpdata.com> <4D2C50EE.8010200@tycho.nsa.gov> <20110111175146.GG14017@dumpdata.com> <4D2C9EE1.4010705@tycho.nsa.gov> <20110111182137.GA29223@dumpdata.com> <4D2CA61C.2060306@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4D2CA61C.2060306@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel De Graaf Cc: jeremy@goop.org, xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org Daniel De Graaf writes ("[Xen-devel] [PATCH libxc] Remove set_max_grants in linux"): > The maximum number of grants is now constrained domain-wide in linux, > so set_max_grants should be a noop there. Previously, this constraint > was per-file-description. I have applied this patch, thanks. Ian.