summaryrefslogtreecommitdiff
path: root/netfs/fuse/fuseFiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/fuseFiles.cpp')
-rw-r--r--netfs/fuse/fuseFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseFiles.cpp b/netfs/fuse/fuseFiles.cpp
index 29a0096..149e8b3 100644
--- a/netfs/fuse/fuseFiles.cpp
+++ b/netfs/fuse/fuseFiles.cpp
@@ -376,7 +376,7 @@ namespace NetFS {
*s = converter.convert(remote->fgetattr());
}
else {
- if (auto cacehedStat = statCache.get(p)) {
+ if (auto cacehedStat = statCache.get(std::filesystem::hash_value(p))) {
*s = *cacehedStat;
}
else {