From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v2] Support for write stream IDs Date: Tue, 5 May 2015 13:20:45 -0700 Message-ID: <20150505202045.GA25695@infradead.org> References: <1430856181-19568-1-git-send-email-axboe@fb.com> <20150505200757.GA23902@infradead.org> <55492411.1010806@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, adilger@dilger.ca, david@fromorbit.com To: Jens Axboe Return-path: Content-Disposition: inline In-Reply-To: <55492411.1010806@fb.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, May 05, 2015 at 02:12:01PM -0600, Jens Axboe wrote: > We can't merge the NVMe bits until the proposal is included/finalized. But > this is a problem. I don't want to add this to the Facebook kernel until we > know the API is stable, while I have no problem adding experimental NVMe > changes since those can be easily updated without impacting applications. > The latter is not true for the user interface. They might never be finalized, and even if they are mere mortals might never get this hardware. Merging infrastructure without any users is a bad idea in general, and merging infrastructure with no user that exposes untestable user interface and bloats core data structures is even worse. I don't think this has any merit at all at this point.