From cef3f2f9b70e7388fed60771111ddb26b6dbcd3f Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 10 Oct 2024 00:39:08 +0000 Subject: [PATCH] crimson/.../client_request: remove unnecessary get_handle().exit() Signed-off-by: Samuel Just --- src/crimson/osd/osd_operations/client_request.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crimson/osd/osd_operations/client_request.cc b/src/crimson/osd/osd_operations/client_request.cc index d69793c6919..38960b675ad 100644 --- a/src/crimson/osd/osd_operations/client_request.cc +++ b/src/crimson/osd/osd_operations/client_request.cc @@ -143,7 +143,6 @@ ClientRequest::interruptible_future<> ClientRequest::with_pg_process_interruptib // parts would end up in the same PG so that they could be clone_range'd into // the same object via librados, but that's not how multipart upload works // anymore and we no longer support clone_range via librados. - get_handle().exit(); co_await reply_op_error(pgref, -ENOTSUP); co_return; } -- 2.39.5