From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 6/6] gnttab: make struct grant_mapping private Date: Tue, 16 Jun 2015 09:52:45 +0100 Message-ID: <1434444765.13744.55.camel@citrix.com> References: <557EDDDD0200007800084C94@mail.emea.novell.com> <557EE1440200007800084CE5@mail.emea.novell.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 1Z4mby-0003K0-C6 for xen-devel@lists.xenproject.org; Tue, 16 Jun 2015 08:52:50 +0000 In-Reply-To: <557EE1440200007800084CE5@mail.emea.novell.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: Jan Beulich Cc: xen-devel , Keir Fraser , Ian Jackson , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-15 at 13:29 +0100, Jan Beulich wrote: > This documents that no entity outside of gnttab.c actually accesses > objects of that type, which is particularly important with the now more > fine grained locking in place. > > Signed-off-by: Jan Beulich Acked-by: Ian Campbell