]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: FIFO for legacy RADOS client
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 14 May 2020 15:11:12 +0000 (11:11 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 9 Sep 2020 02:09:40 +0000 (22:09 -0400)
commit2d2a90c15ab95f7fe926b488cc7c4454a41980dd
tree8a2024f41b95a97c721bc0869560e83ae822dd8d
parent6c950a2c2dbbce84eb287993be95972320a3f695
rgw: FIFO for legacy RADOS client

Use optional_yield for most operations and provide an AioCompletion*
overload for trim.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/CMakeLists.txt
src/rgw/cls_fifo_legacy.cc [new file with mode: 0644]
src/rgw/cls_fifo_legacy.h [new file with mode: 0644]
src/test/rgw/CMakeLists.txt
src/test/rgw/test_cls_fifo_legacy.cc [new file with mode: 0644]