AFS: Use i_generation not i_version for the vnode uniquifier
authorDavid Howells <dhowells@redhat.com>
Mon, 13 Jun 2011 23:45:44 +0000 (00:45 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 Jun 2011 15:44:48 +0000 (11:44 -0400)
commitd6e43f751f252c68ca69fa6d18665d88d69ef8b7
tree6da6f811e89a6d975661bde86244d7751932d762
parent2e41ae225f742ded5b7d9847cd8bd605f27daba8
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>
fs/afs/dir.c
fs/afs/fsclient.c
fs/afs/inode.c