about summary refs log tree commit homepage
path: root/lib/PublicInbox/f3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/f3.h')
-rw-r--r--lib/PublicInbox/f3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/f3.h b/lib/PublicInbox/f3.h
index b180d659..3ac3f575 100644
--- a/lib/PublicInbox/f3.h
+++ b/lib/PublicInbox/f3.h
@@ -1056,6 +1056,7 @@ f3_opendir(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi)
                 fuse_reply_err(req, err);
         } else {
                 fi->fh = -1;
+                fi->keep_cache = f3.keep_cache;
 #if FUSE_VERSION >= FUSE_MAKE_VERSION(3, 5)
                 fi->cache_readdir = f3.cache_readdir;
 #endif