[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <21098.1196375025@redhat.com>
Date: Thu, 29 Nov 2007 22:23:45 +0000
From: David Howells <dhowells@...hat.com>
To: akpm@...ux-foundation.org
Cc: dhowells@...hat.com, cmm@...ibm.com, tytso@....edu,
linux-ext4@...r.kernel.org, jean-noel.cordenner@...l.net
Subject: Re: [patch 3/8] 64-bit i_version: afs fixes
akpm@...ux-foundation.org wrote:
> - _leave(" = 0 { vn=%u u=%u } -> { ino=%lu v=%lu }",
> + _leave(" = 0 { vn=%u u=%u } -> { ino=%lu v=%llu }",
> fid.vnode,
> fid.unique,
> dentry->d_inode->i_ino,
> - dentry->d_inode->i_version);
> + (unsigned long long)dentry->d_inode->i_version);
Hmmm... In AFS's case this is overkill... The value contained in i_version
is going to be a 32-bit number because that's all the protocol supports.
David
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists