]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: mark dump_detail() private
authorKefu Chai <kchai@redhat.com>
Sat, 3 Oct 2020 10:53:23 +0000 (18:53 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Oct 2020 11:07:46 +0000 (19:07 +0800)
commit3a93bc2d43758edf5557e638fa08216916115ced
tree8c933274153dbc567e309bd7f23f7bfcbf56aa16
parenta8b35f00ccfe807d242af44ecb7d239f7d6f43d1
crimson/osd: mark dump_detail() private

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

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