File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1705,7 +1705,7 @@ SeaStore::Shard::_zero(
17051705
17061706SeaStore::Shard::omap_set_kvs_ret
17071707SeaStore::Shard::_omap_set_kvs (
1708- OnodeRef &onode,
1708+ const OnodeRef &onode,
17091709 const omap_root_le_t & omap_root,
17101710 Transaction& t,
17111711 std::map<std::string, ceph::bufferlist>&& kvs)
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ class SeaStore final : public FuturizedStore {
426426 const coll_t & cid);
427427 using omap_set_kvs_ret = tm_iertr::future<omap_root_t >;
428428 omap_set_kvs_ret _omap_set_kvs (
429- OnodeRef &onode,
429+ const OnodeRef &onode,
430430 const omap_root_le_t & omap_root,
431431 Transaction& t,
432432 std::map<std::string, ceph::bufferlist>&& kvs);
You can’t perform that action at this time.
0 commit comments