Subject: CVS commit: src/sys/rump
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/02/2008 15:44:04
Module Name:	src
Committed By:	pooka
Date:		Wed Jan  2 15:44:04 UTC 2008

Modified Files:
	src/sys/rump/fs/lib/libp2k: p2k.c
	src/sys/rump/librump/rumpkern: genfs_io.c rump.c rump.h specfs.c vfs.c
	    vm.c

Log Message:
fix vmlocking2 fallout:

* I heard a wild rumor that vp_interlock is a mutex these days (hi ad!)
* init new locks (hi ad)
* observe that with simple_locks only deadlocks would be caught while
  releasing unlocked locks would go unnoticed.  make locking work (hi pooka)


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.7 -r1.8 src/sys/rump/librump/rumpkern/genfs_io.c
cvs rdiff -r1.25 -r1.26 src/sys/rump/librump/rumpkern/rump.c \
    src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -r1.19 -r1.20 src/sys/rump/librump/rumpkern/rump.h
cvs rdiff -r1.13 -r1.14 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.23 -r1.24 src/sys/rump/librump/rumpkern/vfs.c

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