diff options
author | Daniel Gryniewicz <dang@redhat.com> | 2020-07-29 18:27:25 +0200 |
---|---|---|
committer | Daniel Gryniewicz <dang@redhat.com> | 2020-08-17 18:30:58 +0200 |
commit | 434a9f09d615f3169754bf96eb538382007e5ed7 (patch) | |
tree | d230bbee2309d850b2c464a596891a8e1e40cedd /src/rgw/rgw_sal.cc | |
parent | Zipper - convert RGWBulkUploadOp::handle_dir to use create_bucket (diff) | |
download | ceph-434a9f09d615f3169754bf96eb538382007e5ed7.tar.xz ceph-434a9f09d615f3169754bf96eb538382007e5ed7.zip |
Removing getRados() - RGWGetObjLayout
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_sal.cc')
-rw-r--r-- | src/rgw/rgw_sal.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_sal.cc b/src/rgw/rgw_sal.cc index 1aa974954bb..39e573cafee 100644 --- a/src/rgw/rgw_sal.cc +++ b/src/rgw/rgw_sal.cc @@ -559,6 +559,7 @@ int RGWRadosObject::RadosReadOp::prepare(optional_yield y) source->set_key(parent_op.state.obj.key); source->set_obj_size(obj_size); + result.head_obj = parent_op.state.head_obj; return ret; } |