Skip to content
Commit 3b6492df authored by David Howells's avatar David Howells
Browse files

afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS



Increase the sizes of the volume ID to 64 bits and the vnode ID (inode
number equivalent) to 96 bits to allow the support of YFS.

This requires the iget comparator to check the vnode->fid rather than i_ino
and i_generation as i_ino is not sufficiently capacious.  It also requires
this data to be placed into the vnode cache key for fscache.

For the moment, just discard the top 32 bits of the vnode ID when returning
it though stat.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 2a0b4f64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment