Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/1999 18:08:04
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed May 26 01:08:04 UTC 1999

Modified Files:
	syssrc/sys/kern: kern_physio.c

Log Message:
Pass the appropriate access_type to uvm_vslock() for the given physio
operation: B_READ == VM_PROT_READ|VM_PROT_WRITE, B_WRITE == VM_PROT_READ.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/kern/kern_physio.c

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