From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:48002 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751570AbcFAMbX (ORCPT ); Wed, 1 Jun 2016 08:31:23 -0400 Date: Wed, 1 Jun 2016 14:31:21 +0200 From: Christoph Hellwig To: Dave Chinner Cc: Christoph Hellwig , xfs@oss.sgi.com, rpeterso@redhat.com, vishal.l.verma@intel.com, linux-fsdevel@vger.kernel.org Subject: Re: iomap infrastructure and multipage writes V4 Message-ID: <20160601123121.GA23101@lst.de> References: <1462783638-4968-1-git-send-email-hch@lst.de> <20160601063553.GI12670@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160601063553.GI12670@dastard> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Jun 01, 2016 at 04:35:53PM +1000, Dave Chinner wrote: > I just pulled this forward to 4.7-rc1, and I get an immediate > failure in generic/346: > Maybe I screwed up the forward merge sorting out all the bits that > conflicted with what went into 4.7-rc1. Perhaps it would be best if > you rebased and reposted, Christoph? No, I screwed up and enabled that BUG_ON for the buffered read case accidentally - it was only supposed to be there for direct I/O. I've rebase three and fixed it up. I'll resend it as soon as the xfstests run completes.