Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/26/2001 08:25:04
Module Name:	syssrc
Committed By:	chs
Date:		Wed Sep 26 05:25:04 UTC 2001

Modified Files:
	syssrc/sys/ufs/ffs: ffs_vnops.c

Log Message:
be sure to call the pager put with page-aligned offsets.
spotted by Nathan Williams.

while I'm here, move an splbio() so that we don't return without
splx()ing it if there's an error, and don't bother calling the
pager put if the vnode has no pages.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/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.