]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: use generic helper for issuing async requests
authorJason Dillaman <dillaman@redhat.com>
Wed, 18 Mar 2015 15:51:47 +0000 (11:51 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 6 May 2015 15:46:55 +0000 (11:46 -0400)
commitec0bd1dea526e04333d8059421666dcd2a59044e
tree10711758f30a38cfce4db455ca417c9b29a7362c
parent58b30d5426998bf7eab4a773f1a04e5bcfbf9b93
librbd: use generic helper for issuing async requests

resize, flatten, and rebuild object map now use the same
bootstrap code for sending the request to the remote lock owner
or executing the request locally.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 18fd6ca7f59d5545f0bb0b0e899d0739639ce104)

Conflicts:
src/librbd/internal.cc
src/librbd/ImageWatcher.cc
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/test/librbd/test_internal.cc