]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PGBackend: release a msg using msg->put() not delete 17246/head
authorKefu Chai <kchai@redhat.com>
Fri, 25 Aug 2017 02:36:56 +0000 (10:36 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 25 Aug 2017 02:41:58 +0000 (10:41 +0800)
commitd2d941dd19b9dd6e41429d92cdab8390f9c3084d
tree45928e3b3e9da0695475410e85dcaad9735d3a09
parent1f8cfd6dc589b1d206f401c4956dd945778513f9
osd/PGBackend: release a msg using msg->put() not delete

fix the regression introduced by 1c18b5cb

Fixes: http://tracker.ceph.com/issues/20913
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PGBackend.cc