+16
−0
+10
−1
+101
−1
Loading
Refactors path resolve mechanism and adds two new CMake options:
GKFS_USE_LEGACY_PATH_RESOLVE - Use the legacy implementation of the resolve function, deprecated (default: OFF)GKFS_FOLLOW_EXTERNAL_SYMLINKS - Enable support for following external links for resolving the path (default: OFF)
lstat() system call on each individual path component. This has been an issue in the past where performance was considerably impacted by the mountpath being placed within the parallel file system.Closes #281 (closed)