]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: created new api::Io helper methods
authorJason Dillaman <dillaman@redhat.com>
Tue, 5 May 2020 20:02:58 +0000 (16:02 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 May 2020 15:56:45 +0000 (11:56 -0400)
commit938753f079bf752eb87d3884b3bda6b6683c98ec
tree38ce9de4779d816c74af7ea1ecef711304b2f98e
parent89560b86df57fc03503a8faf3b90b50e0151cd3a
librbd: created new api::Io helper methods

These will be invoked by the user API and wrap various user API
specific logic.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
16 files changed:
src/librbd/CMakeLists.txt
src/librbd/api/DiffIterate.cc
src/librbd/api/Io.cc [new file with mode: 0644]
src/librbd/api/Io.h [new file with mode: 0644]
src/librbd/exclusive_lock/ImageDispatch.cc
src/librbd/image/CloseRequest.cc
src/librbd/image/RefreshRequest.cc
src/librbd/io/ImageDispatchSpec.h
src/librbd/io/ImageRequestWQ.cc
src/librbd/io/QueueImageDispatch.cc
src/librbd/operation/ResizeRequest.cc
src/test/librbd/image/test_mock_RefreshRequest.cc
src/test/librbd/io/test_mock_ImageRequestWQ.cc
src/test/librbd/journal/test_Replay.cc
src/test/librbd/operation/test_mock_ResizeRequest.cc
src/test/rbd_mirror/test_ImageSync.cc