From 3bb4f185b76806e6d469d778421d187d41cb3ce4 Mon Sep 17 00:00:00 2001 From: FactorialN <8838579+FactorialN@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:41:55 -0800 Subject: [PATCH] test commit with credential --- lib/files.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/files.cpp b/lib/files.cpp index f73c058..faffbef 100644 --- a/lib/files.cpp +++ b/lib/files.cpp @@ -288,6 +288,7 @@ int FilesOperation::fischl_getattr(const char *path, struct stat *stbuf, struct (void) fi; int res = 0; u_int64_t fh = namei(path); + fs->inode_manager->load_inode(&inode); memset(stbuf, 0, sizeof(struct stat)); if (strcmp(path, "/") == 0) {