aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/passthrough_ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index d80b493..c31dbe5 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.c
@@ -630,7 +630,7 @@ static void lo_opendir(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi
fi->fh = (uintptr_t) d;
if (lo->cache == CACHE_ALWAYS)
- fi->keep_cache = 1;
+ fi->cache_readdir = 1;
fuse_reply_open(req, fi);
return;