From: Samuel Just Date: Thu, 10 Oct 2024 00:39:08 +0000 (+0000) Subject: crimson/.../client_request: remove unnecessary get_handle().exit() X-Git-Tag: v20.0.0~685^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cef3f2f9b70e7388fed60771111ddb26b6dbcd3f;p=ceph.git crimson/.../client_request: remove unnecessary get_handle().exit() Signed-off-by: Samuel Just --- diff --git a/src/crimson/osd/osd_operations/client_request.cc b/src/crimson/osd/osd_operations/client_request.cc index d69793c6919e..38960b675ad3 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; }