Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: Don't substract too much from the allocation target (avoid wra…
…pping) When metadata allocation clustering has to fall back to unclustered allocs because large free areas could not be found, it was sometimes substracting too much from the total bytes to allocate. This would make it wrap below zero. Signed-off-by: Chris Mason <chris.mason@oracle.com>
- Loading branch information