Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump/rumpkern
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.
Home |
Main Index |
Thread Index |
Old Index