]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: remove invalid put on message 47525/head
authorNitzanMordhai <nmordech@redhat.com>
Sun, 24 Jul 2022 08:00:07 +0000 (08:00 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Wed, 10 Aug 2022 05:56:22 +0000 (08:56 +0300)
commitdaa2b54bcc334497dfa6dd5748d6762da9da3d80
tree4bc7e704677b2c1ddfa0dd73c40ab459965144f4
parent21af0d7347c5ef71f81465dfb4682631ebe869cc
osd: remove invalid put on message
message converted to use smart pointer, the put is extra step that
causing the double put and valgrind error
the regression was introduced by d4a71c3

Fixes: https://tracker.ceph.com/issues/52124
Signed-off-by: Nitzan Mordechai <nmordec@redhat.com>
(cherry picked from commit c449638812daeafa89c592b9c396eaa66327f85f)
src/osd/PGBackend.cc
src/osd/PrimaryLogPG.h