-$Id: CHANGES,v 1.151 2002/01/02 10:13:15 stelian Exp $
+$Id: CHANGES,v 1.152 2002/01/05 23:23:01 stelian Exp $
Changes between versions 0.4b25 and 0.4b26 (released ?????????????????)
=======================================================================
a separate object directory, makefile cleanups contributed
by <splite@purdue.edu>.
+5. Fix a bug which could caused, in some conditions, the highest
+ number inode of a filesystem, to not be dumped. Many thanks
+ to Chris Siebenmann <cks@utcc.utoronto.ca> for helping me
+ chase this bug.
+
Changes between versions 0.4b24 and 0.4b25 (released November 17, 2001)
=======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.62 2001/11/11 00:12:48 stelian Exp $";
+ "$Id: main.c,v 1.63 2002/01/05 23:23:02 stelian Exp $";
#endif /* not lint */
#include <config.h>
tp_bshift = ffs(TP_BSIZE) - 1;
if (TP_BSIZE != (1 << tp_bshift))
quit("TP_BSIZE (%d) is not a power of 2", TP_BSIZE);
- maxino = fs->super->s_inodes_count;
+ maxino = fs->super->s_inodes_count + 1;
#if 0
spcl.c_flags |= DR_NEWINODEFMT;
#endif