Subject: Re: More on [r]dump
To: Havard Eidnes <Havard.Eidnes@runit.sintef.no>
From: Chris Torek <torek@horse.ee.lbl.gov>
List: netbsd-bugs
Date: 11/17/1993 10:07:36
[me]
>> This code is tricky and nasty; beware!

>I now have ...
>Are you telling me that this is a correct combination?

I believe so, but study the code closely:

>Furthermore, I guess (!) that the other loops going through to maxino
>should be changed as well to start at 1 instead of 0

No!  Some of them increment `ino' partway in the loop; some depend on
ino being initially zero (they pick up a map value if ino%8==0).  As
I said, it is tricky....

Chris

------------------------------------------------------------------------------