mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
Merge pull request #48156 from cbodley/wip-rgw-unused-throttles
rgw: remove unused AioThrottles in rgw_op.cc Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
commit
f57c9b6bdd
@ -30,7 +30,6 @@
|
||||
#include "rgw_acl.h"
|
||||
#include "rgw_acl_s3.h"
|
||||
#include "rgw_acl_swift.h"
|
||||
#include "rgw_aio_throttle.h"
|
||||
#include "rgw_user.h"
|
||||
#include "rgw_bucket.h"
|
||||
#include "rgw_log.h"
|
||||
@ -3975,8 +3974,6 @@ void RGWPutObj::execute(optional_yield y)
|
||||
}
|
||||
|
||||
// create the object processor
|
||||
auto aio = rgw::make_throttle(s->cct->_conf->rgw_put_obj_min_window_size,
|
||||
s->yield);
|
||||
std::unique_ptr<rgw::sal::Writer> processor;
|
||||
|
||||
rgw_placement_rule *pdest_placement = &s->dest_placement;
|
||||
@ -4418,9 +4415,6 @@ void RGWPostObj::execute(optional_yield y)
|
||||
obj->gen_rand_obj_instance_name();
|
||||
}
|
||||
|
||||
auto aio = rgw::make_throttle(s->cct->_conf->rgw_put_obj_min_window_size,
|
||||
s->yield);
|
||||
|
||||
std::unique_ptr<rgw::sal::Writer> processor;
|
||||
processor = store->get_atomic_writer(this, s->yield, std::move(obj),
|
||||
s->bucket_owner.get_id(),
|
||||
|
Loading…
Reference in New Issue
Block a user