1
0
mirror of https://github.com/Zygo/bees.git synced 2025-10-30 09:40:35 +01:00
Files
bees/src/bees-roots.cc
Zygo Blaxell ca351d389f 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>
2025-01-03 23:15:37 -05:00

68 KiB