Loading CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - Dup3 is supported if O_CLOEXEC is not used (i.e. hexdump) ([!228](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/228)) - gkfs_do_write uses int instead of ssize_t causing overflow ([!229](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/229)) - proxy remove metadata has inverted return values ([!237](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/237)) ## [0.9.4] - 2025-03 ### New Loading src/proxy/rpc/forward_metadata.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ forward_stat(const std::string& path) { int forward_remove(const std::string& path, bool rm_dir) { auto [err, mode, size] = remove_metadata(path, rm_dir); auto [err, size, mode] = remove_metadata(path, rm_dir); if(err != 0) { return err; } Loading Loading
CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - Dup3 is supported if O_CLOEXEC is not used (i.e. hexdump) ([!228](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/228)) - gkfs_do_write uses int instead of ssize_t causing overflow ([!229](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/229)) - proxy remove metadata has inverted return values ([!237](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/237)) ## [0.9.4] - 2025-03 ### New Loading
src/proxy/rpc/forward_metadata.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ forward_stat(const std::string& path) { int forward_remove(const std::string& path, bool rm_dir) { auto [err, mode, size] = remove_metadata(path, rm_dir); auto [err, size, mode] = remove_metadata(path, rm_dir); if(err != 0) { return err; } Loading