]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: mark Operation::dump_detail() private 37532/head
authorKefu Chai <kchai@redhat.com>
Sat, 3 Oct 2020 11:05:15 +0000 (19:05 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Oct 2020 11:07:46 +0000 (19:07 +0800)
commit68c5be0a5a58470b21ae52c91a639195872fb7a3
treef5ea41c21576a4480e5b97a34f0641ba2ba431bd
parent903f4b47e8786629f689745c294ec380873ee33e
crimson/osd: mark Operation::dump_detail() private

Operation::dump_detail() is called by Operation::dump(), the latter is a
member of Blocker. so there is no need to mark dump_detail() protected
or public to grant the access Operation::dump() the access to this method.

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