]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: remove invalid put on message 48039/head
authorNitzanMordhai <nmordech@redhat.com>
Sun, 24 Jul 2022 08:00:07 +0000 (08:00 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Sun, 11 Sep 2022 05:05:00 +0000 (08:05 +0300)
commit5491a53f13dfe7ce21299e2fa8b299db7d2cfc7b
tree7bf971360ec1a3d7a2ae0e48ff5e6e3a0c87cb9d
parent3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
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