On Tue, May 26, 2020 at 07:51:28AM -0600, Todd C. Miller wrote:
> 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
Yeah, I can do that. Note that it must be comitted first, since the
loop condition is always true if I change the loop var to unsigned.
-Otto