]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: remove io::ImageRequestWQ
authorJason Dillaman <dillaman@redhat.com>
Fri, 8 May 2020 03:03:08 +0000 (23:03 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 May 2020 15:56:45 +0000 (11:56 -0400)
commit106a6490d807058c092ce825cbf134dbe321d178
tree7e2299867ac09bac9cee9064851d1c2966da2921
parentb12b8c447a41e0a28cea52df88131aa1e4070a69
librbd: remove io::ImageRequestWQ

This has been fully deprecated in favor of the new plugable image
dispatcher system.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
19 files changed:
src/librbd/CMakeLists.txt
src/librbd/ExclusiveLock.cc
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/Journal.cc
src/librbd/api/DiffIterate.cc
src/librbd/api/Migration.cc
src/librbd/exclusive_lock/ImageDispatch.cc
src/librbd/image/CloseRequest.cc
src/librbd/image/CloseRequest.h
src/librbd/io/ImageRequestWQ.cc [deleted file]
src/librbd/io/ImageRequestWQ.h [deleted file]
src/librbd/io/QueueImageDispatch.cc
src/test/librbd/CMakeLists.txt
src/test/librbd/io/test_mock_ImageRequestWQ.cc [deleted file]
src/test/librbd/mock/MockImageCtx.h
src/test/librbd/mock/io/MockImageRequestWQ.h [deleted file]
src/test/librbd/test_ImageWatcher.cc
src/test/librbd/test_mirroring.cc