Subject: CVS commit: [netbsd-3] src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/20/2006 22:09:28
Module Name:	src
Committed By:	riz
Date:		Sat May 20 22:09:28 UTC 2006

Modified Files:
	src/sys/ufs/lfs [netbsd-3]: lfs.h lfs_alloc.c lfs_extern.h lfs_vfsops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
	sys/ufs/lfs/lfs_alloc.c: revision 1.87
	sys/ufs/lfs/lfs.h: revision 1.99
	sys/ufs/lfs/lfs_vfsops.c: revision 1.199
	sys/ufs/lfs/lfs_extern.h: revision 1.77 via patch
Keep the free list ordered.  This solves a problem first pointed out to me
by Michel Oey, in which an aged LFS writes up to an extra Ifile block for
every file created; and paves the way for the truncation of the Ifile when
many files are deleted.


To generate a diff of this commit:
cvs rdiff -r1.77.2.9 -r1.77.2.10 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.76.2.4 -r1.76.2.5 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.64.2.4 -r1.64.2.5 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.167.2.11 -r1.167.2.12 src/sys/ufs/lfs/lfs_vfsops.c

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