]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG::cancel_copy: clear cop->obc
authorSamuel Just <sam.just@inktank.com>
Tue, 12 Aug 2014 23:41:38 +0000 (16:41 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 26 Aug 2014 20:10:48 +0000 (13:10 -0700)
commit21e1faa75da4e9cab8e139a8e2a1c4fc0ee30867
tree52ee38d9ba37e47a96620843b3c0b430c6d6b1b7
parent938d735697e2af0b01dd2613a9152b3caef5db57
ReplicatedPG::cancel_copy: clear cop->obc

Otherwise, an objecter callback might still be hanging
onto this reference until after the flush.

Fixes: #8894
Introduced: 589b639af7c8834a1e6293d58d77a9c440107bc3
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 5040413054e923d6d5a2b4928162dba140d980e0)
src/osd/ReplicatedPG.cc