summaryrefslogtreecommitdiffstats
path: root/src/cls/rgw/cls_rgw_client.cc
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2015-01-23 01:06:57 +0100
committerYehuda Sadeh <yehuda@redhat.com>2015-01-23 01:06:57 +0100
commit5548bbe15ffb4f5b79484320f37853667855c930 (patch)
tree2a6db3a3bf2840e716b9cce71eeda55c91375c08 /src/cls/rgw/cls_rgw_client.cc
parentrgw: api adjustments following a merge (diff)
downloadceph-5548bbe15ffb4f5b79484320f37853667855c930.tar.xz
ceph-5548bbe15ffb4f5b79484320f37853667855c930.zip
rgw: use bucket shard for olh operations
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/cls/rgw/cls_rgw_client.cc')
-rw-r--r--src/cls/rgw/cls_rgw_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cls/rgw/cls_rgw_client.cc b/src/cls/rgw/cls_rgw_client.cc
index 0556006d1c9..e6ac56b822c 100644
--- a/src/cls/rgw/cls_rgw_client.cc
+++ b/src/cls/rgw/cls_rgw_client.cc
@@ -364,7 +364,7 @@ int cls_rgw_get_olh_log(IoCtx& io_ctx, string& oid, librados::ObjectReadOperatio
return r;
}
-void cls_rgw_trim_olh_log(librados::ObjectWriteOperation& op, string& oid, const cls_rgw_obj_key& olh, uint64_t ver, const string& olh_tag)
+void cls_rgw_trim_olh_log(librados::ObjectWriteOperation& op, const cls_rgw_obj_key& olh, uint64_t ver, const string& olh_tag)
{
bufferlist in;
struct rgw_cls_trim_olh_log_op call;