]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: don't use complete_external_callback if ImageCtx destroyed 29263/head
authorMykola Golub <mgolub@suse.com>
Wed, 24 Jul 2019 12:35:01 +0000 (13:35 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 24 Jul 2019 12:35:01 +0000 (13:35 +0100)
commit634634fd8f9ebba75dfc9151ade5b4f91553c112
tree11923becdf55843f9682aa95ddd7c1d42a7926b2
parentaf6c4877582c73de0948082da4194360126ec0fa
librbd: don't use complete_external_callback if ImageCtx destroyed

complete_external_callback (which requires ImageCtx) is used to
prevent concurrent callbacks, and not needed in this particular case.

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/io/AioCompletion.cc