From: Bernd Schubert Subject: Re: [PATCH 0/3] Extended file stat functions Date: Tue, 29 Jun 2010 23:07:41 +0200 Message-ID: <201006292307.42440.bernd.schubert@fastmail.fm> References: <20100629200259.23196.81509.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: viro@zeniv.linux.org.uk, smfrench@gmail.com, jlayton@redhat.com, mcao@us.ibm.com, aneesh.kumar@linux.vnet.ibm.com, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, samba-technical@lists.samba.org, sjayaraman@suse.de, linux-ext4@vger.kernel.org To: David Howells Return-path: Received: from out1.smtp.messagingengine.com ([66.111.4.25]:60125 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066Ab0F2VHp (ORCPT ); Tue, 29 Jun 2010 17:07:45 -0400 In-Reply-To: <20100629200259.23196.81509.stgit@warthog.procyon.org.uk> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tuesday, June 29, 2010, David Howells wrote: > Implement a pair of new system calls to provide extended and further > extensible stat functions. Is there any chance we can use that chance and also add a field unsigned long long st_gen to struct_ xstat? Inode generation numbers really would be useful for userspace NFS servers and some fuse filesystems. Thanks, Bernd