Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:45312 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbbKXILv (ORCPT ); Tue, 24 Nov 2015 03:11:51 -0500 Date: Tue, 24 Nov 2015 00:11:49 -0800 From: Christoph Hellwig To: David Howells Cc: arnd@arndb.de, linux-afs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [RFC][PATCH 00/12] Enhanced file stat system call Message-ID: <20151124081149.GA8840@infradead.org> References: <20151120145422.18930.72662.stgit@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20151120145422.18930.72662.stgit@warthog.procyon.org.uk> Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi David, from a quick look the statx bits looks fine in general. I think Ted last time had a problem with the IOC flag allocation, so you might want to ping him. But fsinfo with the multiplexer and the void pointer is just horrible. What were you thinking there?