Loading src/client/preload_context.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -317,8 +317,6 @@ PreloadContext::relativize_fd_path(int dirfd, const char* raw_path, // If we run the constructor we also already setup the mountdir assert(!mountdir_.empty()); // We assume raw path is valid assert(raw_path != nullptr); // Skips paths that are used on locking places (i.e. java // /proc/sys/vm/overcommit_memory) and produces deadlocks as we call malloc // inside. Loading Loading
src/client/preload_context.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -317,8 +317,6 @@ PreloadContext::relativize_fd_path(int dirfd, const char* raw_path, // If we run the constructor we also already setup the mountdir assert(!mountdir_.empty()); // We assume raw path is valid assert(raw_path != nullptr); // Skips paths that are used on locking places (i.e. java // /proc/sys/vm/overcommit_memory) and produces deadlocks as we call malloc // inside. Loading