Merge branch 'master' of git.curoverse.com:arvados into 11876-r-sdk
[arvados.git] / services / fuse / arvados_fuse / __init__.py
index de0338ea79f9c07dab0eb307fa24596b57483757..418f748fe1a25fe65232abd904312bf44267992d 100644 (file)
@@ -437,6 +437,7 @@ class Operations(llfuse.Operations):
         entry = llfuse.EntryAttributes()
         entry.st_ino = inode
         entry.generation = 0
+        entry.entry_timeout = 0
         entry.attr_timeout = e.time_to_next_poll() if e.allow_attr_cache else 0
 
         entry.st_mode = stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH