Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031014AbbEEUJU (ORCPT ); Tue, 5 May 2015 16:09:20 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:56132 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030936AbbEEUJS (ORCPT ); Tue, 5 May 2015 16:09:18 -0400 Date: Tue, 5 May 2015 13:09:18 -0700 From: Christoph Hellwig To: Jens Axboe Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, adilger@dilger.ca, david@fromorbit.com Subject: Re: [PATCH 2/7] Add support for per-file/inode stream ID 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 Content-Disposition: inline In-Reply-To: <1430856181-19568-3-git-send-email-axboe@fb.com> 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 Content-Length: 527 Lines: 11 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/