From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 15 Aug 2014 10:29:50 +0100 From: Al Viro To: "Luis R. Rodriguez" Cc: clm@fb.com, jbacik@fb.com, hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, jeffm@suse.com, fdmanana@suse.com, "Luis R. Rodriguez" Subject: Re: [RFC v3 0/2] vfs / btrfs: add support for ustat() Message-ID: <20140815092950.GZ18016@ZenIV.linux.org.uk> References: <1408071538-14354-1-git-send-email-mcgrof@do-not-panic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408071538-14354-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Aug 14, 2014 at 07:58:56PM -0700, Luis R. Rodriguez wrote: > Christoph had noted that this seemed associated to the problem > that the btrfs uses different assignments for st_dev than s_dev, > but much as I'd like to see that changed based on discussions so > far its unclear if this is going to be possible unless strong > commitment is reached. Explain, please. Whose commitment and commitment to what, exactly? Having different ->st_dev values for different files on the same fs is a bloody bad idea; why does btrfs do that at all? If nothing else, it breaks the usual "are those two files on the same fs?" tests...