Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/30/2001 09:05:55
Module Name:	syssrc
Committed By:	chs
Date:		Fri Nov 30 07:05:55 UTC 2001

Modified Files:
	syssrc/sys/msdosfs: msdosfs_vnops.c
	syssrc/sys/ufs/ext2fs: ext2fs_readwrite.c
	syssrc/sys/ufs/ffs: ffs_inode.c
	syssrc/sys/ufs/ufs: ufs_readwrite.c

Log Message:
VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.
fixes PR 14759.

(while I'm here, call VOP_PUTPAGES() directly instead of indirecting through
the UVM pager op vector.)


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 syssrc/sys/msdosfs/msdosfs_vnops.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -r1.48 -r1.49 syssrc/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/ufs/ufs/ufs_readwrite.c

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