load_obc_ertr::future<crimson::osd::ObjectContextRef>
load_head_obc(ObjectContextRef obc);
+ load_obc_ertr::future<>
+ reload_obc(crimson::osd::ObjectContext& obc) const;
+
public:
- using with_obc_func_t = std::function<seastar::future<> (ObjectContextRef)>;
+ using with_obc_func_t =
+ std::function<load_obc_ertr::future<> (ObjectContextRef)>;
template<RWState::State State>
- seastar::future<> with_head_obc(hobject_t oid, with_obc_func_t&& func);
+ load_obc_ertr::future<> with_head_obc(hobject_t oid, with_obc_func_t&& func);
load_obc_ertr::future<> with_locked_obc(
Ref<MOSDOp> &m,