]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: directly post completions to the asio strand
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Jul 2020 16:50:54 +0000 (12:50 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 16 Jul 2020 20:02:55 +0000 (16:02 -0400)
commitcfbd18864602ecad1a34c904bfcb03b025fc3d37
tree88da3de02fbf25cd6ff3a8afaf797daf433b17ce
parent9b6a2040b727599ef41a4f9a765a2cb1dfee1f98
librbd: directly post completions to the asio strand

Avoid the unnecessary wrapping of the strand completion in a
bind_executor by just directly posting the completion to the
strand.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/io/AioCompletion.cc