]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RGW - Remove extra src_object from Copy OP
authorDaniel Gryniewicz <dang@redhat.com>
Tue, 31 Aug 2021 17:41:09 +0000 (13:41 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Fri, 17 Sep 2021 13:43:01 +0000 (09:43 -0400)
commit854e629c5e075e8e53c8c907b06dc1f132c7b6db
tree8fa12278b7082beaf0104df1db528f9aa83b84a5
parentef974b60864e3d9d37c9b1bfd40b86092914696b
RGW - Remove extra src_object from Copy OP

req_state has a src_object, and it's used from places that don't have
access to the Copy OP.  Remove the version from the Copy OP, and
consolidate on the one in req_state.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/rgw/rgw_file.h
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_swift.cc