Fix crash on EIO retry in chained read

This commit is contained in:
Vitaliy Filippov
2026-06-17 16:38:20 +03:00
parent bcf6a7c7d1
commit 2a81cef78a
2 changed files with 233 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ resume_4:
free(op_data->chain_reads);
op_data->chain_reads = NULL;
// FIXME: We can in theory retry only specific parts instead of the whole operation
op_data->st = 0;
goto resume_1;
}
else