]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix heartbeat_reset unlock 25026/head
authorSage Weil <sage@redhat.com>
Mon, 29 Oct 2018 01:21:53 +0000 (20:21 -0500)
committerNathan Cutler <ncutler@suse.com>
Sat, 10 Nov 2018 23:22:34 +0000 (00:22 +0100)
commit5ba5fbf3058e044381091c49d821b36337389c4a
treefb7adc14f539f0cfc0da775b5ced5d90ce74b6d6
parent8bb61f7e05a67d7e3c88ab7ba6a20ac242b057ba
osd: fix heartbeat_reset unlock

Fixes 51d8e2457d73c709bfa4f706793696b3ce704ff9, which moved to lock_guard
but didn't remove the unlock call on this exit path.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 1a0e2f7e1518d57bc07176f4297315a7c9a3c139)
src/osd/OSD.cc