]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove unused AioThrottles in rgw_op.cc 48156/head
authorCasey Bodley <cbodley@redhat.com>
Sat, 17 Sep 2022 15:42:09 +0000 (11:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Sat, 17 Sep 2022 15:42:11 +0000 (11:42 -0400)
commitda11f77265684bf97942ac42e1dc41173e245b34
tree9668780fa687328fce6c241a8152f06488f76a70
parente4638a14ec4f27dd27f3e0707e7b03901e99813a
rgw: remove unused AioThrottles in rgw_op.cc

throttle creation was moved to RadosStore::get_atomic_writer(),
RadosStore::get_append_writer(), and RadosMultipartUpload::get_writer()

these instances in rgw_op.cc were unused

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