From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [IA64] set_opt_feature not putting dom ref? Date: Thu, 20 Dec 2007 16:21:20 +0000 Message-ID: <20071220162120.GG4208@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 arch/ia64/xen/dom0_ops.c, in the XEN_DOMCTL_set_opt_feature case, get_domain_by_id() is used, but I can't find the corresponding put_domain(). Is it missing? Samuel