]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: avoid calling a virtual function in a ctor
authorRonen Friedman <rfriedma@redhat.com>
Sun, 3 Mar 2024 05:50:43 +0000 (07:50 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 10 Mar 2024 12:37:30 +0000 (07:37 -0500)
commit7d5ea23bd2da1684821e170c4acd4a5e6572c5cb
tree4dc719239abf73fe570718714a389afd4e0d3e78
parentcb2b48d76f56fc07bc6a177ed79951f825d2165e
osd: avoid calling a virtual function in a ctor

Cleaning up a clang-tidy warning.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/osd_types.cc