From: Kefu Chai Date: Wed, 28 Aug 2019 03:05:43 +0000 (+0800) Subject: seastar: pick up latest changes X-Git-Tag: v15.1.0~1746^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=101cc1fb512427168ef886a1dddcdbe1026e2cfd;p=ceph.git seastar: pick up latest changes * v2 api: remove variadic futures. let's be in sync with upstream. * warn if the returned future is ignored. this helps us to catch bugs and to improve the readability of the code -- we need to explicitly ignore a future if we want to. and ideally, we should document the reason why a future is ignored. Signed-off-by: Kefu Chai --- diff --git a/src/seastar b/src/seastar index 7744693ca569..f90da54293ff 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit 7744693ca5696432ad90098846c753ae42af61e1 +Subproject commit f90da54293ff944abdb77b83af5f3d97cba4ea85