From 9546d0687eebe7bde9980c3eae9b4aceb7068c6c Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 14 Jan 2021 16:15:28 +0100 Subject: [PATCH] crimson/common: errorated future exposes handle_exception_type(). Signed-off-by: Radoslaw Zarzynski --- src/crimson/common/errorator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 0733f68f8ab..af1e6ea45c8 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) -- 2.39.5