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/20/2007 22:58:03
Module Name:	src
Committed By:	pooka
Date:		Mon Aug 20 22:58:03 UTC 2007

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

Log Message:
* in getpages, make sure we always align our buffer size to the page size
* in putpages, make sure we don't try attempt to push data in a page
  after eof.  also, skip blocks which bmap can't locate (see comment
  in code).

the effect: file systems with fs_bsize < PAGE_SIZE now work r/w


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/rump/librump/rumpkern/genfs.c

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