Subject: PR/15364 CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <chs@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/21/2005 11:26:02
The following reply was made to PR kern/15364; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/15364 CVS commit: [netbsd-3] src/sys/ufs/ffs
Date: Fri, 21 Oct 2005 11:25:56 +0000 (UTC)

 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.