diff options
| -rw-r--r-- | src/src/vfs/mo2filesystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/vfs/mo2filesystem.cpp b/src/src/vfs/mo2filesystem.cpp index 1127072..dd025f1 100644 --- a/src/src/vfs/mo2filesystem.cpp +++ b/src/src/vfs/mo2filesystem.cpp @@ -42,6 +42,7 @@ void fillStatForFile(struct stat* st, fuse_ino_t ino, uid_t uid, gid_t gid, const std::chrono::system_clock::time_point& mtime, const std::string& real_path = {}, mode_t cached_mode = 0); +mode_t regularFileVfsMode(mode_t sourceMode); void invalidateLookupCache(Mo2FsContext* ctx, const std::string& dirPath); void invalidateAttrCache(Mo2FsContext* ctx, fuse_ino_t ino); bool pathTouchesMutation(const std::string& cachedPath, |
