From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/7] Add support for per-file/inode stream ID Date: Tue, 5 May 2015 13:09:18 -0700 Message-ID: <20150505200918.GB23902@infradead.org> References: <1430856181-19568-1-git-send-email-axboe@fb.com> <1430856181-19568-3-git-send-email-axboe@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 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: <1430856181-19568-3-git-send-email-axboe@fb.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org This blaots both struct inode and struct file with a feature that doesn't even have driver support, and even once it does is of very little benefit for 99% of the users and use cases. Please find a way to implement this without increasing the size or core data structures for now.