From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [GIT PULL] for-2.6.32/bug-fixes Date: Wed, 18 May 2011 09:24:42 -0400 Message-ID: <20110518132442.GB3238@dumpdata.com> References: <4DD373C0020000780007014D@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4DD373C0020000780007014D@vpn.id2.novell.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: Jan Beulich Cc: jeremy@goop.org, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > >Well, req->ns_segments = 0, so nseg is zero, which means all > >of those for loops never get executed. > > This you say is the case for the request you saw the failure with, or > *all* barrier requests? In the latter case, what do you conclude this Good question. It was the first barrier request sent when guest tried to mount the filesystem. I will instrument the code to see what the other barriers contained when they were sent. > from?