]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: fix locking for AioCompletionImpl refcounting
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 13 Aug 2013 02:17:09 +0000 (19:17 -0700)
committerSage Weil <sage@inktank.com>
Thu, 15 Aug 2013 18:29:04 +0000 (11:29 -0700)
commitef731dfc84a71d3c3262f5cff9a9d33a60255485
tree1217d480664f6c1054064d9d4335e5a781a29c12
parent32631685199f2e47c2ba0ed27d16eff80fa6917d
librados: fix locking for AioCompletionImpl refcounting

Add an already-locked helper so that C_Aio{Safe,Complete} can
increment the reference count when their caller holds the
lock. C_AioCompleteAndSafe's caller is not holding the lock, so call
regular get() to ensure no racing updates can occur.

This eliminates all direct manipulations of AioCompletionImpl->ref,
and makes the necessary locking clear.

The only place C_AioCompleteAndSafe is used is in handling
aio_flush_async(). This could cause a missing completion.

Refs: #5919
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Tested-by: Oliver Francke <Oliver.Francke@filoo.de>
(cherry picked from commit 7a52e2ff5025754f3040eff3fc52d4893cafc389)
src/librados/AioCompletionImpl.h