mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-05 07:36:59 +00:00
It's possible for the next segno to fall at the end of an allocation region that doesn't have any bits set. The code shouldn't return -EIO in that case, it should carry on to the next region. Signed-off-by: Zach Brown <zab@versity.com>