]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: store ref to librados::IoCtx in rgw::AioResult
authorCasey Bodley <cbodley@redhat.com>
Mon, 3 Dec 2018 21:50:27 +0000 (16:50 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 5 Dec 2018 16:16:54 +0000 (11:16 -0500)
commitc7bf1be10e305e759c6a52d346bb5f6c73e12804
tree1deb1a8185c4621b607bea32de5d416b9f5c1b6e
parent7e6c23284389d9950862c169c646945008124885
rgw: store ref to librados::IoCtx in rgw::AioResult

the IoCtx has to outlive its aio completions

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_aio.h
src/rgw/rgw_aio_throttle.cc
src/rgw/rgw_aio_throttle.h
src/rgw/rgw_putobj_processor.cc
src/rgw/rgw_putobj_processor.h
src/rgw/rgw_rados.cc
src/test/rgw/test_rgw_throttle.cc