]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Return early on shutdown 15345/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 29 May 2017 00:58:39 +0000 (10:58 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 29 May 2017 01:29:23 +0000 (11:29 +1000)
commitae6e32dc4b93eb0dd41a19991f297d1a5ca5f653
tree52ec6f045af9c3c424f57644007faa0002e9c238
parent0d3e6a9db40fadc148f31055aabd390a6d53cf5d
osd: Return early on shutdown

eb5c02d was missing a return statement, rectify that.

Fixes: http://tracker.ceph.com/issues/19900
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/OSD.cc