Subject: CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/21/2005 11:25:56
Module Name:	src
Committed By:	tron
Date:		Fri Oct 21 11:25:56 UTC 2005

Modified Files:
	src/sys/ufs/ffs [netbsd-3]: ffs_extern.h ffs_vnops.c

Log Message:
Pull up following revision(s) (requested by yamt in ticket #845):
	sys/ufs/ffs/ffs_extern.h: revision 1.45 via patch
	sys/ufs/ffs/ffs_vnops.c: revision 1.75 via patch
revert the code to expand putpage requests to block boundary.
because:
	- it was incomplete in some cases.
	- it can confuse pagedaemon.
see PR/15364 for details.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.42.2.1 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.69.2.1 -r1.69.2.2 src/sys/ufs/ffs/ffs_vnops.c

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