From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:56586 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbdDDHM4 (ORCPT ); Tue, 4 Apr 2017 03:12:56 -0400 Date: Tue, 4 Apr 2017 00:12:52 -0700 From: Christoph Hellwig Subject: Re: [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx Message-ID: <20170404071252.GA30966@infradead.org> References: <149098148523.28108.1441135633380173665.stgit@warthog.procyon.org.uk> <149098153785.28108.1114055429564367803.stgit@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <149098153785.28108.1114055429564367803.stgit@warthog.procyon.org.uk> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs 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 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?