mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
osdc/Objecter: fix warning
Fallout from 891f519242
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
c335bc16a4
commit
61398a052c
@ -4955,7 +4955,6 @@ void Objecter::_finish_command(CommandOp *c, int r, string rs)
|
||||
if (c->ontimeout && r != -ETIMEDOUT)
|
||||
timer.cancel_event(c->ontimeout);
|
||||
|
||||
OSDSession *s = c->session;
|
||||
_session_command_op_remove(c->session, c);
|
||||
|
||||
c->put();
|
||||
|
Loading…
Reference in New Issue
Block a user