diff options
author | Amir Goldstein <amir73il@gmail.com> | 2025-01-01 20:47:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-01 20:47:41 +0100 |
commit | 666b2c3fa5159e3c72a0d08117507475117c9319 (patch) | |
tree | 261596db3634fe18b1ab30b8d0f1c24a4fce199a /.github/workflows/pr-ci.yml | |
parent | 3d743029dc9bfeddcc4b2e8f7bffd98cd89c1026 (diff) | |
download | libfuse-666b2c3fa5159e3c72a0d08117507475117c9319.tar.gz |
passthrough_ll: set correct keep_cache flag in opendir (#1083)
In cache=always mode, set keep_cache flag in opendir(), same as done
in open() and same as passthrough_hp does in opendir().
In the default cache=auto mode, use readdir cache, but do not set
keep_cache, same as regular files use page cache for an open file,
but do not keep_cache for a new open.
Note that passthrough_hp by default behaves the same as passthrough_ll
cache=always mode and supports the cache=never mode with --nocache, but
it does not support the equivalent of cache=auto mode.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Diffstat (limited to '.github/workflows/pr-ci.yml')
0 files changed, 0 insertions, 0 deletions