From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v2 2/2] xen/grant: introduce func gnttab_unmap_refs_sync() Date: Wed, 15 Apr 2015 09:32:34 -0400 Message-ID: <20150415133234.GD31387@l.oracle.com> References: <1428043379-13858-1-git-send-email-bob.liu@oracle.com> <1428043379-13858-2-git-send-email-bob.liu@oracle.com> <552E3F67.80707@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YiNQo-0008MS-Ko for xen-devel@lists.xenproject.org; Wed, 15 Apr 2015 13:32:42 +0000 Content-Disposition: inline In-Reply-To: <552E3F67.80707@citrix.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: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: jennifer.herbert@citrix.com, axboe@fb.com, david.vrabel@citrix.com, xen-devel@lists.xenproject.org, boris.ostrovsky@oracle.com List-Id: xen-devel@lists.xenproject.org On Wed, Apr 15, 2015 at 12:37:27PM +0200, Roger Pau Monn=E9 wrote: > El 03/04/15 a les 8.42, Bob Liu ha escrit: > > There are several place using gnttab async unmap and wait for > > completion, so move the common code to a function > > gnttab_unmap_refs_sync(). > > = > > v2: Rename to gnttab_unmap_refs_sync() > > = > > Signed-off-by: Bob Liu > = > For the blkback bits: > = > Acked-by: Roger Pau Monn=E9 And Jen's was OK with going through the Xen tree so that it is fine then. Acked-by: Konrad Rzeszutek Wilk > =