Skip to content

Commit d570f85

Browse files
authored
Merge pull request ceph#64252 from xxhdx1985126/wip-seastore-lba-bottom-up-search
crimson/os/seastore/btree: bottom-up search capability Reviewed-by: Yingxin Cheng <[email protected]>
2 parents 8eb81e1 + ca2879d commit d570f85

File tree

6 files changed

+560
-245
lines changed

6 files changed

+560
-245
lines changed

src/crimson/os/seastore/backref/btree_backref_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ BtreeBackrefManager::remove_mapping(
526526
return btree.remove(
527527
c,
528528
iter
529-
).si_then([ret] {
529+
).si_then([ret](auto) {
530530
return ret;
531531
});
532532
});

0 commit comments

Comments
 (0)