From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754441AbdDLPMs (ORCPT ); Wed, 12 Apr 2017 11:12:48 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:48618 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbdDLPMp (ORCPT ); Wed, 12 Apr 2017 11:12:45 -0400 Date: Wed, 12 Apr 2017 08:12:29 -0700 From: Christoph Hellwig To: David Howells Cc: viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx Message-ID: <20170412151229.GA6126@infradead.org> References: <149098148523.28108.1441135633380173665.stgit@warthog.procyon.org.uk> <149098153785.28108.1114055429564367803.stgit@warthog.procyon.org.uk> <20170404071252.GA30966@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170404071252.GA30966@infradead.org> User-Agent: Mutt/1.8.0 (2017-02-23) 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 Tue, Apr 04, 2017 at 12:12:52AM -0700, Christoph Hellwig wrote: > On Fri, Mar 31, 2017 at 06:32:17PM +0100, David Howells wrote: > > Include a mask in struct stat to indicate which bits of stx_attributes the > > filesystem actually supports. > > What's the use case for this? ping!