mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
osdc: op left in check_lastest_map_ops
Call op_cancel_map_check before cancel_op() in send_linger() Fixes: #5784 Signed-off-by: David Zafman <david.zafman@inktank.com>
This commit is contained in:
parent
d651658d17
commit
600e6aca2c
@ -295,6 +295,7 @@ void Objecter::send_linger(LingerOp *info)
|
||||
// repeat send. cancel old registeration op, if any.
|
||||
if (ops.count(info->register_tid)) {
|
||||
Op *o = ops[info->register_tid];
|
||||
op_cancel_map_check(o);
|
||||
cancel_op(o);
|
||||
}
|
||||
info->register_tid = _op_submit(o);
|
||||
|
Loading…
Reference in New Issue
Block a user