Thu Nov  3 17:19:03 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* Makefile (dir): Changed to fsck.
	(target): Changed to fsck.

Wed Nov  2 14:39:13 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* pass2.c (pass2): Use DIRECT_NAMLEN instead of d_namlen
	throughout.
	* dir.c (searchdir): Likewise.
	(changeino): Likewise.
	(makeentry): Likewise.

Mon Oct 17 16:07:56 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* inode.c (inode_iterate): FN takes new third arg.
	Keep track of new var `offset' and pass it to FN.
	* pass2.c (pass2/checkdirblock): New third arg.
	Only scan DIRBLKSIZ chunks to the total size of the file.
	* dir.c (searchdir/checkdirblock): Likewise.
	(changeino/checkdirblock): Likewise.
	(makeentry/checkdirblock): Likewise.
	* pass1.c (pass1/checkblock): New third arg (ignored).
	* pass1b.c (pass1b/checkblock): Likewise.

	* inode.c (inode_iterate): Compute MAXB correctly.

	* utilities.c (getinode): Multiple ino_to_fsbo by
	sizeof (struct dinode).
	(write_inode): Likewise.
	(getinode): Inode buffer needs to be a full block, not a 
	fragment.

Fri Oct 14 21:07:09 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* utilities.c (lastifrag): New variable.
	(getinode): Use lastifrag instead of buf; Only I/O new block 
	if lastifrag isn't what we want.
	(write_inode): Likewise.

Fri Oct 14 17:44:59 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* setup.c (setup): Test ISCHR, not ISDIR.
	Fix NCYL against NCG * CPG test.
	Bother to set MAXFSBLOCK, MAXINO, and DIRECT_SYMLINK_EXTENSION.
