Subject: CVS commit: basesrc/usr.sbin/makefs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/06/2002 04:17:15
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Feb  6 02:17:15 UTC 2002

Modified Files:
	basesrc/usr.sbin/makefs: TODO ffs.c

Log Message:
- clean up some debugging and verbose output
- use fs_cstotal.cs_nifree rather than fs->fs_ncg * fs->fs_ipg to
  determine the number of free inodes available in the file system
- don't count '.' (the root node for a level) in inode sizing, since
  the parent has already been counted
- some more todo items


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/TODO
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/makefs/ffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.