Subject: CVS commit: src/sys/coda
To: None <source-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: source-changes
Date: 04/12/2007 23:34:51
Module Name:	src
Committed By:	gdt
Date:		Thu Apr 12 23:34:51 UTC 2007

Modified Files:
	src/sys/coda: coda_vnops.c

Log Message:
Rewrite coda_{get,put}pages.  Now copying files from coda with mmap
does not trigger assertions in uvm_fault, and executing files from
coda works as well.

Code very lightly reviewed by wrstuden@; scrutiny by those who
understand vnode and especially {get,put}pages would be appreciated.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/coda/coda_vnops.c

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