From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753704Ab0JVJUV (ORCPT ); Fri, 22 Oct 2010 05:20:21 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:36433 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800Ab0JVJUT (ORCPT ); Fri, 22 Oct 2010 05:20:19 -0400 Date: Fri, 22 Oct 2010 05:20:15 -0400 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , Jeremy Fitzhardinge , Andreas Dilger , "Theodore Ts'o" , Linux Kernel Mailing List , "Xen-devel@lists.xensource.com" Subject: Re: linux-next regression: IO errors in with ext4 and xen-blkfront Message-ID: <20101022092015.GA18290@infradead.org> References: <4CBF83A0.8090802@goop.org> <4CBF84C9.6050606@goop.org> <4CC148E5.2030605@kernel.dk> <20101022082916.GA14070@infradead.org> <4CC1515E.6080006@kernel.dk> <20101022085624.GA5672@infradead.org> <4CC15204.90206@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CC15204.90206@kernel.dk> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 22, 2010 at 10:57:40AM +0200, Jens Axboe wrote: > On 2010-10-22 10:56, Christoph Hellwig wrote: > > On Fri, Oct 22, 2010 at 10:54:54AM +0200, Jens Axboe wrote: > >> So how about we just disable barriers for Xen atm? I would really really > >> like to push that branch out as well now, since I'll be travelling for > >> most of the merge window this time. > > > > Yes, that's what removing/commenting out that line does. > > Certainly, but I meant in the barrier branch for submission. If > it doesn't do empty flushes to begin with, that should be fixed > up before being enabled in any case. Yes, it should have been disabled log ago. I had a long discussion with them abnout it when they introduced the even more buggy barriers by tags mode for .36 but they simply ignored it. > I'll disable barrier support in xen-blkfront.c for now. Thanks.