Loading src/client/gkfs_functions.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ int gkfs_readlink(const std::string& path, char* buf, int bufsize) { return path_size; } #endif } // namespace syscall } // namespace gkfs #endif No newline at end of file src/global/metadata.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,7 @@ void Metadata::target_path(const std::string& target_path) { bool Metadata::is_link() const { return S_ISLNK(mode_); } #endif } // namespace metadata } // namespace gkfs #endif Loading
src/client/gkfs_functions.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ int gkfs_readlink(const std::string& path, char* buf, int bufsize) { return path_size; } #endif } // namespace syscall } // namespace gkfs #endif No newline at end of file
src/global/metadata.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,7 @@ void Metadata::target_path(const std::string& target_path) { bool Metadata::is_link() const { return S_ISLNK(mode_); } #endif } // namespace metadata } // namespace gkfs #endif