From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753081AbbC3Hk1 (ORCPT ); Mon, 30 Mar 2015 03:40:27 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:48630 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752627AbbC3HkW (ORCPT ); Mon, 30 Mar 2015 03:40:22 -0400 Date: Mon, 30 Mar 2015 00:40:20 -0700 From: Christoph Hellwig To: Andrew Morton Cc: Milosz Tanski , LKML , Christoph Hellwig , "linux-fsdevel@vger.kernel.org" , "linux-aio@kvack.org" , Mel Gorman , Volker Lendecke , Tejun Heo , Jeff Moyer , "Theodore Ts'o" , Al Viro , Linux API , Michael Kerrisk , linux-arch@vger.kernel.org, Dave Chinner Subject: Re: [PATCH v7 0/5] vfs: Non-blockling buffered fs read (page cache only) Message-ID: <20150330074020.GC22229@infradead.org> References: <20150326202824.65d03787.akpm@linux-foundation.org> <20150327100411.6823b9d7.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150327100411.6823b9d7.akpm@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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, Mar 27, 2015 at 10:04:11AM -0700, Andrew Morton wrote: > mm... I don't think we should be adding placeholders to the kernel API > to support code which hasn't been written, tested, reviewed, merged, > etc. It's possible none of this will ever happen and we end up with a > syscall nobody needs or uses. Plus it's always possible that during > this development we decide the pwrite2() interface needs alteration but > it's too late. > > What would be the downside of deferring pwrite2() until it's all > implemented? It _is_ implemented. I just decided to submit it separately as Miklos already has to deal with enough bikeshedding for his feature that I don't want to put the burden of dealing with the BS for the one I wrote on him.