]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: fix leak of RepGather on large-object COPY_FROM
authorSage Weil <sage@inktank.com>
Tue, 24 Sep 2013 20:48:43 +0000 (13:48 -0700)
committerSage Weil <sage@inktank.com>
Tue, 24 Sep 2013 20:48:43 +0000 (13:48 -0700)
commit1d67e1521c2902b9426579cd2c7a6c4997700984
treecd2effe46cb334ab3274ed046553f7d3ef0fcbe0
parentb0fee96078bf5e09336a0b2386b26af2c3788a4e
osd/ReplicatedPG: fix leak of RepGather on large-object COPY_FROM

new_repop() gives us a ref; we need to release it, just as we do in
execute_ctx().

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc