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)
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>

No differences found