]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix MOTRStore build 49657/head
authorDaniel Gryniewicz <dang@redhat.com>
Thu, 5 Jan 2023 19:59:12 +0000 (14:59 -0500)
committerDaniel Gryniewicz <dang@redhat.com>
Thu, 5 Jan 2023 19:59:12 +0000 (14:59 -0500)
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/rgw/rgw_sal_motr.cc

index fdbe14f1174bb4d882d23fa3c921ea647c7c8b9b..81d801782aae800f71437997a0fc5761f9f48110 100644 (file)
@@ -2975,7 +2975,7 @@ std::unique_ptr<Completions> MotrStore::get_completions(void)
 }
 
 std::unique_ptr<Notification> 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<MotrNotification>(obj, src_obj, event_type);
 }