]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: CompleteMultipart uses s->object instead of target_obj
authorCasey Bodley <cbodley@redhat.com>
Fri, 3 May 2024 19:17:48 +0000 (15:17 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 3 May 2024 19:48:11 +0000 (15:48 -0400)
commitd09b8ab2e077ceb6a0c6dfb99ce1b45d63a28be4
treeb532aa6097dd97ce53e4f99cfd0ebffed057bf5a
parent53a541c438f1d522ae53eeaffa9dd32c6dd8892c
rgw: CompleteMultipart uses s->object instead of target_obj

most requests operate directly on s->object. there's no reason to
allocate a separate target_obj for the same purpose

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc
src/rgw/rgw_op.h