This commit is contained in:
2025-11-09 13:20:04 +01:00
parent 7282176a9c
commit c3e20eceef
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -628,7 +628,7 @@ process_client_write(MetadataServer *state, int conn_idx, ByteView msg)
}
int ret = file_tree_write(&state->file_tree, path, offset, length,
old_hashes, new_hashes, removed_hashes, &num_removed);
num_chunks, old_hashes, new_hashes, removed_hashes, &num_removed);
if (ret < 0) {