Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756272Ab0F2VxI (ORCPT ); Tue, 29 Jun 2010 17:53:08 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:46507 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755842Ab0F2VxF (ORCPT ); Tue, 29 Jun 2010 17:53:05 -0400 X-Sasl-enc: 7BVTpMBcspQkXFPZCsuwBZ+cKxONYuWjdwpciLd7C+K1 1277848384 From: Bernd Schubert To: David Howells Subject: Re: [PATCH 0/3] Extended file stat functions Date: Tue, 29 Jun 2010 23:53:02 +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: <201006292324.32765.bernd.schubert@fastmail.fm> <24517.1277845879@redhat.com> <24882.1277846892@redhat.com> In-Reply-To: <24882.1277846892@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201006292353.02990.bernd.schubert@fastmail.fm> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 21 On Tuesday, June 29, 2010, David Howells wrote: > Bernd Schubert wrote: > > 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? > > Sure. I guess you'd also want it to be a u64? Hmm, as far as I can see, BSD has u32. I only need it to verify for recycled inodes and at least for me the probability of a recyled inode + 32 bit generation number that overflew to exactly the same value as the previous inode had would be sufficiently small. Thanks a lot for your work on this, 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/