]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: use aio watch/unwatch during open/close state machines
authorJason Dillaman <dillaman@redhat.com>
Sun, 28 Feb 2016 20:22:09 +0000 (15:22 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 1 Mar 2016 13:36:17 +0000 (08:36 -0500)
commit34dd39c0343dfc2405cee32594e9e5d30f6e4483
treec0e99dbde58bcbb84f3ab3340e8e5ae9fba9d025
parenteac7e7a101e08838baa6d9b653937bf96e422652
librbd: use aio watch/unwatch during open/close state machines

Removed the place holders in the open/close async state machines with
the newly added aio watch/unwatch methods.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/ImageWatcher.cc
src/librbd/ImageWatcher.h
src/librbd/image/CloseRequest.cc
src/librbd/image/OpenRequest.cc