Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756218Ab0F2VYh (ORCPT ); Tue, 29 Jun 2010 17:24:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58503 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753452Ab0F2VYf (ORCPT ); Tue, 29 Jun 2010 17:24:35 -0400 X-Sasl-enc: yZnNaboWfYV+8BYIfEgd9FgPhuacrjMkWDh73cPvOQbc 1277846674 From: Bernd Schubert To: David Howells Subject: Re: [PATCH 0/3] Extended file stat functions Date: Tue, 29 Jun 2010 23:24:32 +0200 User-Agent: KMail/1.13.2 (Linux/2.6.32-22-generic; KDE/4.4.2; x86_64; ; ) 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 References: <201006292307.42440.bernd.schubert@fastmail.fm> <20100629200259.23196.81509.stgit@warthog.procyon.org.uk> <24517.1277845879@redhat.com> In-Reply-To: <24517.1277845879@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201006292324.32765.bernd.schubert@fastmail.fm> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 850 Lines: 23 On Tuesday, June 29, 2010, David Howells wrote: > Bernd Schubert wrote: > > 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. > > That would be st_inode_version (equivalent to i_generation internally). Ah, great, so already there :) I was looking for st_gen, as it is called that way on BSD. And as BSD already has it for a long time, shouldn't linux use the BSD identifier? Thanks, Bernd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/