]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: zipper: move functions so they're on correct side of API 45787/head
authorKaleb S. KEITHLEY <kkeithle@redhat.com>
Tue, 5 Apr 2022 23:10:54 +0000 (19:10 -0400)
committerKaleb S. KEITHLEY <kkeithle@redhat.com>
Tue, 5 Apr 2022 23:10:54 +0000 (19:10 -0400)
commit4148bfa63ba65506f0c3591bf0560856397fecea
treeb6d07d4150626d556b84113368d7976298e8540a
parent90ae54ea4dc2e56ac5a25a3d75d86fe66f57e15f
rgw: zipper: move functions so they're on correct side of API

When we eventually split out compilation units for the Rados SAL
plugin, a few functions will be out of place wrt the SAL API and
will result in undefined references either in the library or the
the Rados plugin.

Preemptively moving these now, vs. later

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_metadata.cc
src/rgw/rgw_metadata.h
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_tools.cc
src/rgw/rgw_tools.h