Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repart: Fix size round up/round down
Currently, we round minimum sizes up and maximum size down, whereas it should be the opposite as the current approach means that if the same size is used for min and max, the min size will end up bigger than the max size after rounding. (cherry picked from commit 6563aed)
- Loading branch information