From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lalancette Subject: Re: [PATCH] Fix the return value of blkdev_name_to_number Date: Mon, 30 Jun 2008 15:10:03 +0200 Message-ID: <4868DB2B.2060100@redhat.com> References: <8eeed7950806300549w628f4889n20ac3f352196df37@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8eeed7950806300549w628f4889n20ac3f352196df37@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "YuLin @ wr" Cc: "Xu, Dongxiao" , xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org YuLin @ wr wrote: > hi, > > Maybe you should list the position where there is a problem of "unpack > non-sequence" about blkdev_name_to_number > I only found some usages of blkdev_name_to_number which only accept one > return value, and the left value is not a tuple apparently. Yes, sorry about that. I posted a patch earlier today which should fix the rest of the blkdev_name_to_number fixes, and between that and the other os.stat() fix, hopefully that should fix it up. Chris Lalancette