Skip to content
  • Jeff Layton's avatar
    afs: convert to new i_version API · a01179e6
    Jeff Layton authored
    
    
    For AFS, it's generally treated as an opaque value, so we use the
    *_raw variants of the API here.
    
    Note that AFS has quite a different definition for this counter. AFS
    only increments it on changes to the data to the data in regular files
    and contents of the directories. Inode metadata changes do not result
    in a version increment.
    
    We'll need to reconcile that somehow if we ever want to present this to
    userspace via statx.
    
    Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
    a01179e6