From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: do_update_va_mapping_otherdomain() using IS_PRIV() Date: Thu, 20 Dec 2007 18:03:50 +0000 Message-ID: <20071220180350.GK4208@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, In do_update_va_mapping_otherdomain(), IS_PRIV() is checked just before set_foreigndom(). Isn't this redundant with the checks that set_foreigndom() already does? Samuel