Subject: CVS commit: syssrc/sys/ufs/ext2fs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/26/2002 14:06:38
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep 26 11:06:37 UTC 2002

Modified Files:
	syssrc/sys/ufs/ext2fs: ext2fs_balloc.c ext2fs_extern.h ext2fs_inode.c

Log Message:
use ufs_balloc_range() rather than local (mostly identical, but with some
bugs) ext2fs variant


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/ufs/ext2fs/ext2fs_balloc.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/ufs/ext2fs/ext2fs_extern.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/ufs/ext2fs/ext2fs_inode.c

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