Skip to content

Commit 28d8281

Browse files
xxhdx1985126Matan-B
authored andcommitted
crimson/osd/osd_operation/client_request: remove CompletionEvent from
instance_handle_t::pg_tracking_events The CompletionEvent is not a rerunnable event Signed-off-by: Xuehan Xu <[email protected]> Signed-off-by: Matan Breizman <[email protected]>
1 parent b5ca6c1 commit 28d8281

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/crimson/osd/osd_operations/client_request.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ class ClientRequest final : public PhasedOperationT<ClientRequest>,
107107
CommonOBCPipeline::Process::BlockingEvent,
108108
scrub::PGScrubber::BlockingEvent,
109109
CommonOBCPipeline::WaitRepop::BlockingEvent,
110-
CommonOBCPipeline::SendReply::BlockingEvent,
111-
CompletionEvent
110+
CommonOBCPipeline::SendReply::BlockingEvent
112111
> pg_tracking_events;
113112

114113
template <class BlockingEventT>

0 commit comments

Comments
 (0)