mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Fixed missing param to processor->complete().
Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
This commit is contained in:
parent
e67e85c954
commit
d8ed3e8b8c
@ -1066,7 +1066,7 @@ namespace rgw {
|
||||
emplace_attr(RGW_ATTR_SLO_UINDICATOR, std::move(slo_userindicator_bl));
|
||||
}
|
||||
|
||||
op_ret = processor->complete(etag, &mtime, real_time(), attrs, delete_at,
|
||||
op_ret = processor->complete(s->obj_size, etag, &mtime, real_time(), attrs, delete_at,
|
||||
if_match, if_nomatch);
|
||||
if (! op_ret) {
|
||||
/* update stats */
|
||||
|
Loading…
Reference in New Issue
Block a user