]> git.hungrycats.org Git - bees/commit
extent scan: pick the right block groups for mixed-bg filesystems
authorZygo Blaxell <bees@furryterror.org>
Thu, 19 Dec 2024 04:32:09 +0000 (23:32 -0500)
committerZygo Blaxell <bees@furryterror.org>
Sat, 4 Jan 2025 04:15:37 +0000 (23:15 -0500)
commitca351d389ff8a497ea4be81b80e97eca20137f86
treea30a1b2d5bd5c1f8767ce308e0a37fe2481ad919
parent1f0b8c623ce0b0ffeb2afd87feed243b82fc4cc1
extent scan: pick the right block groups for mixed-bg filesystems

The progress indicator was failing on a mixed-bg filesystem because those
filesystems have block groups which have both _DATA and _METADATA bits,
and the filesystem size calculation was excluding block groups that have
_METADATA set.  It should exclude block groups that have _DATA not set.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc