From: Radoslaw Zarzynski Date: Thu, 14 Jan 2021 15:15:28 +0000 (+0100) Subject: crimson/common: errorated future exposes handle_exception_type(). X-Git-Tag: v16.1.0~34^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38907%2Fhead;p=ceph.git crimson/common: errorated future exposes handle_exception_type(). Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 0733f68f8ab9..af1e6ea45c8e 100644 --- a/src/crimson/common/errorator.h +++ b/src/crimson/common/errorator.h @@ -428,6 +428,8 @@ private: using base_t::available; using base_t::failed; + // need this because of the legacy in PG::do_osd_ops(). + using base_t::handle_exception_type; [[gnu::always_inline]] _future(base_t&& base)