]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: track in-flight flush events for journaling 9672/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 14 Jun 2016 00:20:33 +0000 (20:20 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 14 Jun 2016 00:21:13 +0000 (20:21 -0400)
commita1ea1edce9332fa1730625629e3b4e16f02caaf4
tree938fb74b38312868467293b1aa676f652fe67db1
parentc5694fc6766fb8e213c4b65d2cd7b9d066b07ff7
librbd: track in-flight flush events for journaling

The tracking for flush events was accidentally dropped. This
can result in the journal being closed too early since it
might miss in-flight flush ops.

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