Skip to content
  • Miklos Szeredi's avatar
    fuse: allow fine grained attr cache invaldation · 2f1e8196
    Miklos Szeredi authored
    
    
    This patch adds the infrastructure for more fine grained attribute
    invalidation.  Currently only 'atime' is invalidated separately.
    
    The use of this infrastructure is extended to the statx(2) interface, which
    for now means that if only 'atime' is invalid and STATX_ATIME is not
    specified in the mask argument, then no GETATTR request will be generated.
    
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
    2f1e8196