]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/.../client_request: remove unnecessary get_handle().exit()
authorSamuel Just <sjust@redhat.com>
Thu, 10 Oct 2024 00:39:08 +0000 (00:39 +0000)
committerSamuel Just <sjust@redhat.com>
Thu, 7 Nov 2024 18:29:42 +0000 (10:29 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/osd_operations/client_request.cc

index d69793c6919e59339f6d132e2edb5891870b86fd..38960b675ad3b41244c4b87130a969531c93da18 100644 (file)
@@ -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;
   }