Verified Commit c8745e8b authored by Marc Vef's avatar Marc Vef
Browse files

Some minor fixes (to be squashed)

parent 7e3bbec5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ target_link_libraries(
         hermes
         fmt::fmt
         Threads::Threads
         msgpack_util
)

install(
+0 −1
Original line number Diff line number Diff line
@@ -937,7 +937,6 @@ gkfs_do_write(gkfs::filemap::OpenFile& file, const char* buf, size_t count, off6
            "gkfs::rpc::forward_write() wrote '{}' bytes instead of '{}'",
            write_size, count);
    }
    CTX->write_metrics().add_event(write_size, start_t);
    return write_size; // return written size
}