]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common: errorated future exposes handle_exception_type(). 38907/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 14 Jan 2021 15:15:28 +0000 (16:15 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 14 Jan 2021 15:27:00 +0000 (16:27 +0100)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/common/errorator.h

index 0733f68f8ab9db848469dc90decf6f06fe751b42..af1e6ea45c8e701023627cceebc64914ec7b4303 100644 (file)
@@ -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)