Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/11/2005 23:19:25
Module Name:	src
Committed By:	perseant
Date:		Mon Apr 11 23:19:24 UTC 2005

Modified Files:
	src/sbin/fsck_lfs: bufcache.c bufcache.h fsck.h lfs.c pass0.c pass2.c
	    pass5.c pass6.c setup.c vnode.c vnode.h

Log Message:
Be more efficient with the hash tables for the buffer and vnode caches.

Note that roll-forward can add more inodes to the filesystem; don't overflow
the tables but reallocate them.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/fsck_lfs/bufcache.c
cvs rdiff -r1.3 -r1.4 src/sbin/fsck_lfs/bufcache.h
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_lfs/fsck.h
cvs rdiff -r1.9 -r1.10 src/sbin/fsck_lfs/lfs.c
cvs rdiff -r1.19 -r1.20 src/sbin/fsck_lfs/pass0.c src/sbin/fsck_lfs/setup.c
cvs rdiff -r1.12 -r1.13 src/sbin/fsck_lfs/pass2.c
cvs rdiff -r1.14 -r1.15 src/sbin/fsck_lfs/pass5.c
cvs rdiff -r1.4 -r1.5 src/sbin/fsck_lfs/pass6.c
cvs rdiff -r1.2 -r1.3 src/sbin/fsck_lfs/vnode.c
cvs rdiff -r1.1 -r1.2 src/sbin/fsck_lfs/vnode.h

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