]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: ObjectContext is not a Blocker anymore. 38572/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 14 Dec 2020 17:10:10 +0000 (18:10 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 14 Dec 2020 18:33:35 +0000 (19:33 +0100)
commit54bc1bd5d4ba36f30ac624ca904eeacb7f941b9b
treef1544b0ae5de473468168a0f006df71d2f87eece
parentc945133cd8b7d0c57692c2b1174ac1fd6b488fa0
crimson/osd: ObjectContext is not a Blocker anymore.

This is a follow-up to the c2dc437f78cd8be393c4d2eb8d79ce9c351ec4de
which removes unused OBC mebers after the with_lock() transition.

I'm not sure there is a reason to keep the `Blocker` bits as all
`ObjectContext::dump_detail()` does is just dumping `object_state_t`
while entering the OBC stage is already denoted by `PGPipeline::get_obc`.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/object_context.cc
src/crimson/osd/object_context.h