From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/3] support appending AIO writes Date: Tue, 4 Feb 2014 22:57:28 -0800 Message-ID: <20140205065728.GA30899@infradead.org> References: <20140204172402.380571745@bombadil.infradead.org> <20140204222901.GE13997@dastard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org, Sergey Meirovich , xfs@oss.sgi.com To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:51943 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932174AbaBEG53 (ORCPT ); Wed, 5 Feb 2014 01:57:29 -0500 Content-Disposition: inline In-Reply-To: <20140204222901.GE13997@dastard> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Feb 05, 2014 at 09:29:01AM +1100, Dave Chinner wrote: > The patches look sane. Does the dio change conflict with the > work Al is doing right now of the direct IO path, or will > marshalling that part of the change through the XFS tree be fine? I've not seen any changes in that area in Al's trees. That being said I don't think this little flag should cause any major problems as we'll have to pass the flags argument in some form of direct I/O method for all the other quirks we have.