]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librados: linger callbacks hold a reference to LingerOp
authorCasey Bodley <cbodley@redhat.com>
Fri, 26 Sep 2025 21:23:29 +0000 (17:23 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 2 Oct 2025 13:10:40 +0000 (09:10 -0400)
commit42d0d5d2e2bb0038daaf35cae89615ff83ac6eec
treefab96feaed541986156d764adcaca2642504a2e6
parent04f07e01e64b477e16e3d24b9847943e1b59d0d3
librados: linger callbacks hold a reference to LingerOp

preserve a reference to LingerOp in case their invocation races with
another linger_cancel()

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/librados/IoCtxImpl.cc