Loading ifs/include/preload/preload_util.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ extern hg_id_t rpc_get_dirents_id; // function definitions bool is_fs_path(const char* path); int metadata_to_stat(const std::string& path, const Metadata& md, struct stat& attr); int get_daemon_pid(); Loading ifs/src/preload/preload_util.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,6 @@ using namespace std; // rpc address cache std::unique_ptr<std::unordered_map<uint64_t, hg_addr_t>> rpc_addresses; bool is_fs_path(const char* path) { return strstr(path, CTX->mountdir().c_str()) == path; } /** * Converts the Metadata object into a stat struct, which is needed by Linux * @param path Loading Loading
ifs/include/preload/preload_util.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ extern hg_id_t rpc_get_dirents_id; // function definitions bool is_fs_path(const char* path); int metadata_to_stat(const std::string& path, const Metadata& md, struct stat& attr); int get_daemon_pid(); Loading
ifs/src/preload/preload_util.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,6 @@ using namespace std; // rpc address cache std::unique_ptr<std::unordered_map<uint64_t, hg_addr_t>> rpc_addresses; bool is_fs_path(const char* path) { return strstr(path, CTX->mountdir().c_str()) == path; } /** * Converts the Metadata object into a stat struct, which is needed by Linux * @param path Loading