From 689fce8b3f8b5b8bc03c4847aacf32a489d244bd Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 22:13:12 -0600 Subject: [PATCH] func_getattr_ff.cpp --- src/func_getattr_ff.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index f7c34795..8ceac6b5 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -22,14 +22,10 @@ Func2::GetattrFF::process(const Branches &branches_, rv = fs::lstat(fullpath.c_str(),st_); if(rv == 0) { - timeout_->entry = cfg->cache_entry; - timeout_->attr = cfg->cache_attr; fs::inode::calc(fusepath_,st_); return 0; } } - timeout_->entry = cfg->cache_negative_entry; - return -ENOENT; }