Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/30/2006 06:11:03
Module Name:	src
Committed By:	pooka
Date:		Thu Nov 30 06:11:03 UTC 2006

Modified Files:
	src/sys/miscfs/genfs: genfs_vnops.c

Log Message:
* update comments before putpages():  the vm object is always returned
  unlocked instead of locked.  chuq agrees
* use slock set to &uobj->vmobjlock also for the last simple lock
  operation to be consistent with the rest of the function


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 src/sys/miscfs/genfs/genfs_vnops.c

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