From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Daley Subject: [PATCH 01/28] gnttab: remove unused shared header lookup Date: Wed, 18 Sep 2013 15:37:37 +1200 Message-ID: <1379475484-25993-2-git-send-email-mattjd@gmail.com> References: <1379475484-25993-1-git-send-email-mattjd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1379475484-25993-1-git-send-email-mattjd@gmail.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: xen-devel@lists.xen.org Cc: Matthew Daley , Keir Fraser List-Id: xen-devel@lists.xenproject.org Coverity-ID: 1056171 Signed-off-by: Matthew Daley --- xen/common/grant_table.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index eb50288..f42bc7a 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -783,7 +783,6 @@ __gnttab_map_grant_ref( spin_lock(&rgt->lock); act = &active_entry(rgt, op->ref); - shah = shared_entry_header(rgt, op->ref); if ( op->flags & GNTMAP_device_map ) act->pin -= (op->flags & GNTMAP_readonly) ? -- 1.7.10.4