]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: eliminate CoR callback
authorJason Dillaman <dillaman@redhat.com>
Sat, 17 Jan 2015 06:39:07 +0000 (01:39 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 23 Jan 2015 17:27:40 +0000 (12:27 -0500)
commit7c7f072aab38e4df504fc8478f901fd3b1d8397e
treeeebfe335dc481c13b6df83bd4c6edd28598b639a
parent9790b0f96b7e9ec3991c6e632464681d45d3615b
librbd: eliminate CoR callback

When issuing the CoR copyup request, there is no need to keep
initialize the librados callback.  Treat the CoR as a fire-and-
forget operation.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/AioRequest.cc
src/librbd/CopyupRequest.cc
src/librbd/CopyupRequest.h