From: Daniel Gryniewicz Date: Thu, 5 Jan 2023 19:59:12 +0000 (-0500) Subject: Fix MOTRStore build X-Git-Tag: v18.1.0~559^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=58ef415b65f9ed22bbd9bc2043770e6d3fdd6832;p=ceph.git Fix MOTRStore build Signed-off-by: Daniel Gryniewicz --- diff --git a/src/rgw/rgw_sal_motr.cc b/src/rgw/rgw_sal_motr.cc index fdbe14f1174b..81d801782aae 100644 --- a/src/rgw/rgw_sal_motr.cc +++ b/src/rgw/rgw_sal_motr.cc @@ -2975,7 +2975,7 @@ std::unique_ptr MotrStore::get_completions(void) } std::unique_ptr MotrStore::get_notification(Object* obj, Object* src_obj, req_state* s, - rgw::notify::EventType event_type, const string* object_name) + rgw::notify::EventType event_type, optional_yield y, const string* object_name) { return std::make_unique(obj, src_obj, event_type); }