Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/06/2007 20:46:28
Module Name:	src
Committed By:	pooka
Date:		Mon Aug  6 20:46:28 UTC 2007

Modified Files:
	src/sys/rump/librump/rumpkern: genfs.c vm.c

Log Message:
Instead of going for a PAGE_SIZE nuke, do getpages() in a more
sniper style.  Makes efs (& other file systems with bsize < PAGE_SIZE)
work better.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/genfs.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpkern/vm.c

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