diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index 3cec7d7f..7b627143 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -20,7 +20,10 @@ Func2::GetattrFF::process(const Branches &branches_, fullpath += fusepath_; rv = fs::lstat(fullpath.c_str(),st_); if(rv == 0) - return 0; + { + fs::inode::calc(fusepath_,st_); + return 0; + } } return -ENOENT;