Subject: CVS commit: [netbsd-1-6] src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/26/2003 06:46:52
Module Name:	src
Committed By:	tron
Date:		Tue Aug 26 06:46:52 UTC 2003

Modified Files:
	src/sys/ufs/ufs [netbsd-1-6]: ufs_bmap.c

Log Message:
Pull up revision 1.22 (requested by tls in ticket #1434):
Correct use of MAXBSIZE where MAXPHYS was intended.  This is a necessary
first step towards per-device MAXPHYS, and has the beneficial side effect
of allowing clustering to MAXPHYS even on systems that need to run with
a reduced MAXBSIZE to get more metadata buffers.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.4.1 src/sys/ufs/ufs/ufs_bmap.c

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