commit | d6e43f751f252c68ca69fa6d18665d88d69ef8b7 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Jun 14 00:45:44 2011 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 16 11:44:48 2011 -0400 |
tree | 6da6f811e89a6d975661bde86244d7751932d762 | |
parent | 2e41ae225f742ded5b7d9847cd8bd605f27daba8 [diff] |
AFS: Use i_generation not i_version for the vnode uniquifier Store the AFS vnode uniquifier in the i_generation field, not the i_version field of the inode struct. i_version can then be given the AFS data version number. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>