Module Name: src Committed By: rmind Date: Sun Jun 3 16:46:08 UTC 2012
Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: rumpvfs: - ubc_uiomove: avoid the re-lock dance, since the lock is shared these days. - uvm_aio_aiodone: acquire the lock before modifying the page flags. Tested by martin@. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/rump/librump/rumpvfs/vm_vfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.