This commit is contained in:
2025-07-08 01:07:19 +01:00
parent d75381c4eb
commit aa1ad9fd64

View File

@@ -28,7 +28,7 @@ public sealed class Fuse : FileSystem
_directoryCache = new ConcurrentDictionary<long, List<DirectoryEntry>>();
_lastHandle = 0;
_fileStatHandleCache = new ConcurrentDictionary<long, Stat>();
Name = "romrepombgrfs";
Name = "romrepomgrfs";
_vfs = vfs;
}