]> git-server-git.apps.pok.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>
Fri, 10 Apr 2015 18:10:04 +0000 (14:10 -0400)
commit18fd6ca7f59d5545f0bb0b0e899d0739639ce104
treefa9c88a26d5941686ea49c8ba0cb72083022f2de
parentdf55d6450ffa375dcba5bd7419b3229104ba0a8e
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>
src/librbd/ImageWatcher.cc
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/test/librbd/test_internal.cc