]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: librados completions are not properly released
authorJason Dillaman <dillaman@redhat.com>
Fri, 24 Apr 2015 04:20:00 +0000 (00:20 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 28 Apr 2015 15:00:40 +0000 (11:00 -0400)
commitea5107c3fe4b96a799bfff5d4b0f685712ca3047
treeeec7852e73f11f3d8572bd18c436542054f05347
parented5472a10eb515e2a177a640c3f6ed929db9ee4f
librbd: librados completions are not properly released

Changes associated with rebuilding the object map can result
in the leaking of librados AioCompletions.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ObjectMap.cc
src/librbd/RebuildObjectMapRequest.cc