Subject: CVS commit: src/sys/coda
To: None <source-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: source-changes
Date: 04/15/2007 12:59:04
Module Name: src
Committed By: gdt
Date: Sun Apr 15 12:59:04 UTC 2007
Modified Files:
src/sys/coda: coda_vnops.c
Log Message:
In coda_{get,put}pages, drop and obtain v_uobj.vmobjlock rather than
v_interlock. They are actually the same lock, but the former protects
the uvm object associated with the vnode, and the latter vnode
reference counts. Explained to me by chs@.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 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.