mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 18:32:26 +02:00
bees: misc comment updates
These have been accumulating in unpublished bees commits. Squash them all into one. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -229,6 +229,8 @@ BeesResolver::chase_extent_ref(const BtrfsInodeOffsetRoot &bior, BeesBlockData &
|
||||
// Search near the resolved address for a matching data block.
|
||||
// ...even if it's not compressed, we should do this sanity
|
||||
// check before considering the block as a duplicate candidate.
|
||||
// FIXME: this is mostly obsolete now and we shouldn't do it here.
|
||||
// Don't bother fixing it because it will all go away with (extent, offset) reads.
|
||||
auto new_bbd = adjust_offset(haystack_bbd, needle_bbd);
|
||||
if (new_bbd.empty()) {
|
||||
// matching offset search failed
|
||||
|
Reference in New Issue
Block a user