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; }