-$Id: CHANGES,v 1.193 2002/08/18 20:52:04 stelian Exp $
+$Id: CHANGES,v 1.194 2002/09/02 12:20:26 stelian Exp $
Changes between versions 0.4b31 and 0.4b32 (released ?????????????)
===================================================================
<jorgen_ostling@users.sourceforge.net> for reporting this
bug.
+3. Fixed dump's estimate when dealing with sparse inodes.
+
Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: traverse.c,v 1.50 2002/08/18 20:52:05 stelian Exp $";
+ "$Id: traverse.c,v 1.51 2002/09/02 12:20:26 stelian Exp $";
#endif /* not lint */
#include <config.h>
* dump blocks (sizeest vs. blkest in the indirect block
* calculation).
*/
- blkest = howmany((u_quad_t)dp->di_blocks*fs->blocksize, TP_BSIZE);
+ blkest = howmany((u_quad_t)dp->di_blocks * 512, TP_BSIZE);
i_size = dp->di_size + ((u_quad_t) dp->di_size_high << 32);
sizeest = howmany(i_size, TP_BSIZE);
if (blkest > sizeest)