mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
osd/ECBackend: clean up assert(r==0) in continue_recovery_op.
After the commit(d9106ce5e4
), the assert(r==0) is no longer
necessary.
This commit is contained in:
parent
3de7b7c52c
commit
985b7c2fc2
@ -481,7 +481,6 @@ void ECBackend::continue_recovery_op(
|
||||
recovery_ops.erase(op.hoid);
|
||||
return;
|
||||
}
|
||||
assert(r == 0);
|
||||
m->read(
|
||||
this,
|
||||
op.hoid,
|
||||
|
Loading…
Reference in New Issue
Block a user