]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: extract with_sequencer() method out
authorKefu Chai <kchai@redhat.com>
Wed, 16 Jun 2021 09:46:06 +0000 (17:46 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 16 Jun 2021 10:29:10 +0000 (18:29 +0800)
commit1a44046339e781c99a1a7207fbf2fccd89266e3d
treea4aec04c48f9bf059268d15add06b74cc9ad9635
parent57aefd92509f0520f716d38a113b9a732d3b0905
crimson/osd: extract with_sequencer() method out

because we should only ensure the ordering of the requests touching
the objects, the other requests like pgls should not be ordered along
with them, so as the first step, let's extract with_sequencer() method
out, so we can differentiate these two cases with minimal repeatings.

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