]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: drop OSD::create_context()
authorKefu Chai <kchai@redhat.com>
Fri, 12 Mar 2021 06:40:47 +0000 (14:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 10:40:25 +0000 (18:40 +0800)
commit0035f4e090c0f19786130632964f7e481f8a3d9a
tree682ddf424e52d8548180d5df86e1cd06077598ab
parentaba13c7661bf8a62f2879513512053dc9857c003
osd: drop OSD::create_context()

OSD::create_context() was used for creating PeeringCtx from OSD's
require_osd_release. but since the check against require_osd_release
is not required anymore, let's drop this helper.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.cc
src/osd/OSD.h