Loading fs/src/fuse_ops/file.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ using namespace std; * may also be NULL if the file is open. */ int adafs_getattr(const char* p, struct stat* attr, struct fuse_file_info* fi) { ADAFS_DATA->logger->info(" ##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p, attr->st_ino); ADAFS_DATA->logger->debug("##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p, attr->st_ino); auto path = bfs::path(p); auto md = make_shared<Metadata>(); Loading fs/src/fuse_ops/sync.cpp +1 −1 File changed.Contains only whitespace changes. Show changes fs/src/fuse_ops/directory.cpp +4 −4 File changed.Contains only whitespace changes. Show changes Loading
fs/src/fuse_ops/file.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ using namespace std; * may also be NULL if the file is open. */ int adafs_getattr(const char* p, struct stat* attr, struct fuse_file_info* fi) { ADAFS_DATA->logger->info(" ##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p, attr->st_ino); ADAFS_DATA->logger->debug("##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p, attr->st_ino); auto path = bfs::path(p); auto md = make_shared<Metadata>(); Loading