]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: remove special case for starting AioCompletion ops 28769/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 29 Apr 2019 15:37:37 +0000 (11:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 27 Jun 2019 15:00:02 +0000 (11:00 -0400)
commitd2fbe9f6c39f69b717a924c39069d00ffbd8d4b6
treee0e24b70a96adc9296c5914b568420b932ecbe81
parentef92617a71a2fb240e938bc9800b8b7a7ed1ac61
librbd: remove special case for starting AioCompletion ops

All ops can be immediately started now that flush ops won't
accidentally block themselves.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit b5fc7ecaf7a3741d227ab5a9108392813dd03495)
src/librbd/api/DiffIterate.cc
src/librbd/image/CloseRequest.cc
src/librbd/image/RefreshRequest.cc
src/librbd/io/AioCompletion.cc
src/librbd/io/AioCompletion.h
src/librbd/io/ImageRequest.cc
src/librbd/io/ImageRequestWQ.cc
src/librbd/operation/ResizeRequest.cc
src/test/librbd/journal/test_Replay.cc
src/test/rbd_mirror/test_ImageSync.cc