signedness in fsck

2001-12-27 Thread Kevin Day
I think I've found a bug in fsck. Some invalid values in cylinder groups don't get fixed. >From pass5.c: if (cg->cg_rotor < newcg->cg_ndblk) newcg->cg_rotor = cg->cg_rotor; else newcg->cg_rotor = 0;

Re: signedness in fsck

2001-12-27 Thread Wilko Bulte
On Thu, Dec 27, 2001 at 02:34:40AM -0600, Kevin Day wrote: You might want to file this as a PR (using send-pr) so that it can be looked at by the filesystem gurus. I am not to sure that Kirk keeps up with -hackers Wilko > I think I've found a bug in fsck. Some invalid values in cylinder groups