From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH 2/3] grant-table: refactor grant copy to reduce duplicate code Date: Thu, 29 Jan 2015 12:02:04 +0100 Message-ID: <20150129110204.GC30353@deinos.phlegethon.org> References: <1422009827-12881-1-git-send-email-david.vrabel@citrix.com> <1422009827-12881-3-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YGmrO-0006ga-KQ for xen-devel@lists.xenproject.org; Thu, 29 Jan 2015 11:02:06 +0000 Content-Disposition: inline In-Reply-To: <1422009827-12881-3-git-send-email-david.vrabel@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: David Vrabel Cc: xen-devel@lists.xenproject.org, Keir Fraser , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org At 10:43 +0000 on 23 Jan (1422006226), David Vrabel wrote: > Much of the grant copy operation is identical for the source and > destination buffers. Refactor the code into per-buffer functions. > > Signed-off-by: David Vrabel Reviewed-by: Tim Deegan