]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: move aio throttles to namespace rgw
authorCasey Bodley <cbodley@redhat.com>
Sat, 17 Nov 2018 16:38:02 +0000 (11:38 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 5 Dec 2018 16:16:54 +0000 (11:16 -0500)
commit85fb04416ea1f31389498ea51685db00af7251fd
tree001447478275c436de6ee93c5199895ad80da77c
parent8ffe31a6e2661d529efdf9505a4aab9f4e14ada9
rgw: move aio throttles to namespace rgw

they're useful outside of putobj

Signed-off-by: Casey Bodley <cbodley@redhat.com>
13 files changed:
src/rgw/CMakeLists.txt
src/rgw/rgw_aio.h [new file with mode: 0644]
src/rgw/rgw_aio_throttle.cc [new file with mode: 0644]
src/rgw/rgw_aio_throttle.h [new file with mode: 0644]
src/rgw/rgw_file.h
src/rgw/rgw_op.cc
src/rgw/rgw_putobj_aio.h [deleted file]
src/rgw/rgw_putobj_processor.cc
src/rgw/rgw_putobj_processor.h
src/rgw/rgw_putobj_throttle.cc [deleted file]
src/rgw/rgw_putobj_throttle.h [deleted file]
src/rgw/rgw_rados.cc
src/test/rgw/test_rgw_throttle.cc