Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/09/2005 15:00:39
Module Name:	src
Committed By:	yamt
Date:		Fri Sep  9 15:00:39 UTC 2005

Modified Files:
	src/sys/ufs/ffs: ffs_extern.h ffs_vnops.c

Log Message:
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.44 -r1.45 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.74 -r1.75 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.