diff options
author | Daniel Gryniewicz <dang@redhat.com> | 2021-08-10 15:40:54 +0200 |
---|---|---|
committer | Daniel Gryniewicz <dang@redhat.com> | 2021-08-18 16:44:15 +0200 |
commit | 2cb94876edf1207546cae570454d4ec994c31b2f (patch) | |
tree | a7e64aa4a48c25216a5f9c929fd0fd2134c1437a /src/rgw/rgw_torrent.h | |
parent | Fix uninitialized warnings (diff) | |
download | ceph-2cb94876edf1207546cae570454d4ec994c31b2f.tar.xz ceph-2cb94876edf1207546cae570454d4ec994c31b2f.zip |
RGW - Zipper - remove last rgw_raw_obj from API
Remove the remaining rgw_raw_obj from the API. This consists of:
- move get/delete raw_obj from Store to RadosStore; it's only needed by
RadosStore code
- Add a layout formatter to the API
- remove head_obj and get_manifest() from ReadOp
- Remove GCChain (no longer needed)
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_torrent.h')
-rw-r--r-- | src/rgw/rgw_torrent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_torrent.h b/src/rgw/rgw_torrent.h index 89868c4f9da..cc84a1778ce 100644 --- a/src/rgw/rgw_torrent.h +++ b/src/rgw/rgw_torrent.h @@ -11,7 +11,6 @@ #include "common/ceph_time.h" -#include "rgw_rados.h" #include "rgw_common.h" using ceph::crypto::SHA1; |