]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/src/net/virtio.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / src / net / virtio.cc
index 2359e15337cba1b6fa1c388e2a5866671cfcf74f..53aa121799e0858acc8c26c1c9736582d8b9d149 100644 (file)
@@ -550,7 +550,9 @@ protected:
             return _ring.getconfig();
         }
         void run() {
-            keep_doing([this] { return prepare_buffers(); });
+            // FIXME: future is discarded
+            // At least catch errors and warn about them.
+            (void)keep_doing([this] { return prepare_buffers(); });
         }
         void wake_notifier_wait() {
             _ring.wake_notifier_wait();