• M
    fuse: add readdir cache version · 3494927e
    Miklos Szeredi 提交于
    Allow the cache to be invalidated when page(s) have gone missing.  In this
    case increment the version of the cache and reset to an empty state.
    
    Add a version number to the directory stream in struct fuse_file as well,
    indicating the version of the cache it's supposed to be reading.  If the
    cache version doesn't match the stream's version, then reset the stream to
    the beginning of the cache.
    Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
    3494927e
fuse_i.h 24.7 KB