]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: switch to new api::Io dispatch helper methods
authorJason Dillaman <dillaman@redhat.com>
Fri, 8 May 2020 01:55:44 +0000 (21:55 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 May 2020 15:56:45 +0000 (11:56 -0400)
commitb12b8c447a41e0a28cea52df88131aa1e4070a69
treeb5e15b5f0570c2879d20ca13a1a8397d6a8ad8fd
parent938753f079bf752eb87d3884b3bda6b6683c98ec
librbd: switch to new api::Io dispatch helper methods

This is another step in the removal of ImageRequestWQ in favor
of the new ImageDispatcher.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
14 files changed:
src/librbd/LibrbdAdminSocketHook.cc
src/librbd/internal.cc
src/librbd/io/ImageDispatch.cc
src/librbd/librbd.cc
src/test/librbd/deep_copy/test_mock_ObjectCopyRequest.cc
src/test/librbd/io/test_mock_CopyupRequest.cc
src/test/librbd/journal/test_Entries.cc
src/test/librbd/journal/test_Replay.cc
src/test/librbd/test_DeepCopy.cc
src/test/librbd/test_Migration.cc
src/test/librbd/test_fixture.cc
src/test/librbd/test_internal.cc
src/test/rbd_mirror/test_ImageReplayer.cc
src/test/rbd_mirror/test_ImageSync.cc