On Tue, 26 May 2020 12:07:21 +0200, Otto Moerbeek wrote: > Apart from the noting the strange Subject: I also like to mention one > change in the way cylinder groups are scanned. The current code scans > forward and backward, which causes an uneven distribution of full cgs > (the upper end of the cgs will get full first). Fix that by always > scanning forward, wrapping to cg 0 if needed.
Should that be a separate commit? I can't find any problems with the diff but I haven't tried running with it yet. - todd