]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PeeringState: cleanup dead code in PeeringState::init 41527/head
authorMisono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Thu, 20 May 2021 12:35:16 +0000 (21:35 +0900)
committertm <tm@localhost.localdomain>
Tue, 25 May 2021 11:52:49 +0000 (20:52 +0900)
commitf9d1c2bcb599d4cb55ebda59cbe3671c34886217
tree2f49ab918fe17c80555d7073d9ca0767bbeee72f
parent33e02a9da342b6bea28f9c44c465ed847840c7e4
osd/PeeringState: cleanup dead code in PeeringState::init

Argument 'backfill' in PeeringState::init is always set to
false. Commit log shows this is originally for _create_lock_pg
which is removed in d9dcaa79b779. So, just remove dead code.

Signed-off-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
src/crimson/osd/osd.cc
src/crimson/osd/pg.cc
src/crimson/osd/pg.h
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h
src/osd/PeeringState.cc
src/osd/PeeringState.h