]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix heartbeat_reset unlock 24796/head
authorSage Weil <sage@redhat.com>
Mon, 29 Oct 2018 01:21:53 +0000 (20:21 -0500)
committerSage Weil <sage@redhat.com>
Mon, 29 Oct 2018 01:22:37 +0000 (20:22 -0500)
commit1a0e2f7e1518d57bc07176f4297315a7c9a3c139
treede35c2ac36cf312b1c78323d680b037c54c6dd53
parentb17398aea8772f1e874d2e99835a96367848afa9
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>
src/osd/OSD.cc