]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw_file: fix some zipper flow for RGWLibContinuedReq 37967/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 4 Nov 2020 17:02:27 +0000 (12:02 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 5 Nov 2020 17:17:10 +0000 (12:17 -0500)
commita559cd4cc0d5bad5bcc0c52f55c337a11fc5d173
treecd6696d0bbf3cf6a6912c5fc66d7b4990bd4d491
parenta86df246c6dd1711cdff1d3148a21f7515694124
rgw_file: fix some zipper flow for RGWLibContinuedReq

Some bits of the standard Zipper conversions were missed for
the RGWLibContinuedReq case, where the setup is encapsulated in
the request, but execution is broken up in to steps.   This
currently affects only RGWWriteRequest.

Fixes: https://tracker.ceph.com/issues/48136
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/librgw.cc
src/rgw/rgw_file.cc
src/rgw/rgw_file.h
src/rgw/rgw_lib.h