]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: remove special case for starting AioCompletion ops
authorJason Dillaman <dillaman@redhat.com>
Mon, 29 Apr 2019 15:37:37 +0000 (11:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 2 May 2019 13:30:45 +0000 (09:30 -0400)
commitb5fc7ecaf7a3741d227ab5a9108392813dd03495
tree3478e3c327156bca0121696373a2f8435ecd7cfa
parent09e4127d5df1e2a79f2536dc784ec3730feea9ce
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>
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