Re: [PATCH] corrupted free inodes list

2006-12-22 Thread Thomas Dickey
On Fri, 22 Dec 2006, Leonard den Ottolander wrote: > Hi Mikulas, > > On Wed, 2006-12-20 at 02:15 +0100, Mikulas Patocka wrote: >> --- maybe you could change double to "long long" but I'm not sure if it >> exists on all machines --- a configure test would probably be needed. > > Yes. Using floats f

Re: [PATCH] corrupted free inodes list

2006-12-22 Thread Leonard den Ottolander
Hi Mikulas, On Wed, 2006-12-20 at 02:15 +0100, Mikulas Patocka wrote: > --- maybe you could change double to "long long" but I'm not sure if it > exists on all machines --- a configure test would probably be needed. Yes. Using floats for discrete counters is not such a good idea. Leonard. --