]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: fix potential assertion for object map invalidation 8796/head
authorrunsisi <runsisi@zte.com.cn>
Thu, 28 Apr 2016 01:05:33 +0000 (09:05 +0800)
committerrunsisi <runsisi@zte.com.cn>
Thu, 28 Apr 2016 01:05:33 +0000 (09:05 +0800)
commitdd0eb719a50e9fb24eca5a840c2e8adb53be41b2
treefafa63710b505f421f272dd16b07c07ec6931427
parent4cdf0aa7ed93874853d1d51874f46a9b8df0b092
librbd: fix potential assertion for object map invalidation

if update_flags fails we should not go any further, or the async request
will be removed from m_image_ctx.async_requests twice

Signed-off-by: runsisi <runsisi@zte.com.cn>
src/librbd/object_map/InvalidateRequest.cc