]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: buffer runtime error with misaligned address 45415/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 16 Mar 2022 11:53:59 +0000 (13:53 +0200)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 16 Mar 2022 11:53:59 +0000 (13:53 +0200)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/crimson/osd/watch.cc

index 54112963287e8ad68ce6cc30af25c031d828cea2..88fe808524cc42f59b53be6f6effb7435577f5b2 100644 (file)
@@ -116,7 +116,7 @@ seastar::future<> Watch::notify_ack(
 {
   logger().info("{}", __func__);
   return seastar::do_for_each(in_progress_notifies,
-    [this_shared=shared_from_this(), &reply_bl] (auto notify) {
+    [this_shared=shared_from_this(), reply_bl] (auto notify) {
       return notify->complete_watcher(this_shared, reply_bl);
     }
   ).then([this] {