Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 05/30/1999 08:01:27
Module Name:	syssrc
Committed By:	chs
Date:		Sun May 30 15:01:27 UTC 1999

Modified Files:
	syssrc/sys/ufs/ffs [chs-ubc]: ffs_balloc.c

Log Message:
in ffs_balloc(), remove the "alloced" flag I added.  with the demise
of the vm_page blkno field this is no longer useful.
also be sure to return the blkno in all cases.
in ffs_balloc_range(), uvm_vnp_setpageblknos() is gone.


To generate a diff of this commit:
cvs rdiff -r1.13.2.4 -r1.13.2.5 syssrc/sys/ufs/ffs/ffs_balloc.c

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