Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/24/1999 20:01:57
Module Name:	src
Committed By:	chs
Date:		Thu Feb 25 04:01:57 UTC 1999

Modified Files:
	src/sys/ufs/ffs [chs-ubc]: ffs_balloc.c
Log Message:
add some args to ffs_balloc() to allow it to return the
physical blkno of the requested block and whether or not
the block was allocated by the current call.
move ffs_mballoc() here from ufs_readwrite.c and rename it
to ffs_balloc_range().