Skip to content

Commit 33b56a0

Browse files
committed
crimson/tools/store_nbd: read logical extents via
TransactionManager::read_pin() Signed-off-by: Xuehan Xu <[email protected]>
1 parent 62974a6 commit 33b56a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/tools/store_nbd/tm_driver.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TMDriver::read_extents_ret TMDriver::read_extents(
7171
"read_extents: get_extent {}~{}",
7272
pin->get_val(),
7373
pin->get_length());
74-
return tm->pin_to_extent<TestBlock>(
74+
return tm->read_pin<TestBlock>(
7575
t,
7676
std::move(pin)
7777
).si_then([&ret](auto ref) mutable {

0 commit comments

Comments
 (0)