]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/transaction_manager: fix errorator mismatch
authorXuehan Xu <xuxuehan@qianxin.com>
Mon, 11 Dec 2023 02:23:36 +0000 (10:23 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Mon, 5 Feb 2024 08:27:50 +0000 (16:27 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/os/seastore/transaction_manager.h

index 7720469c28215668423348faca6fc8ea4eb702e9..640b98f794263382e55d30fb5e3c40ec0a4841dc 100644 (file)
@@ -384,7 +384,7 @@ public:
       return this->read_pin<T>(t, std::move(pin));
     }).si_then([this, &t](auto extent) {
       auto ext = get_mutable_extent(t, extent)->template cast<T>();
-      return alloc_extent_iertr::make_ready_future<TCachedExtentRef<T>>(
+      return read_extent_iertr::make_ready_future<TCachedExtentRef<T>>(
        std::move(ext));
     });
   }