Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/10/1999 22:51:40
Module Name:	syssrc
Committed By:	chs
Date:		Sun Jul 11 05:51:40 UTC 1999

Modified Files:
	syssrc/sys/ufs/ufs [chs-ubc2]: ufs_inode.c

Log Message:
in ufs_balloc_range(), read any partial pages that were already
allocated before allocating additional blocks in the same page.
hold these pages busy for the duration of the allocations and
release them when we're done.


To generate a diff of this commit:
cvs rdiff -r1.13.4.1 -r1.13.4.2 syssrc/sys/ufs/ufs/ufs_inode.c

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