commit | 3494927e090bf511e54eecaf33a8e56e5c0463db | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 01 10:07:04 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 01 10:07:04 2018 +0200 |
tree | 0015407dc519f878d5dfc5233cfb1dc50e7ff7bd | |
parent | 5d7bc7e8680c7ca4c8a4f139ce2a54ccb8131ef0 [diff] |
fuse: add readdir cache version 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: Miklos Szeredi <mszeredi@redhat.com>