Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/06/2007 11:35:05
Module Name:	src
Committed By:	pooka
Date:		Tue Nov  6 11:35:05 UTC 2007

Modified Files:
	src/sys/rump/librump/rumpkern: genfs_io.c rump_private.h specfs.c vfs.c
	    vm.c

Log Message:
Sprinkle some more locking, especially to the vm.  Due to some
additional fixes, it's now possible to run file systems with
spinlocks actually enabled.  The genfs_putpages() locking is still
working only due to greater powers, but I'll eventually get around to
fixing it.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/genfs_io.c
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r1.11 -r1.12 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.17 -r1.18 src/sys/rump/librump/rumpkern/vfs.c
cvs rdiff -r1.21 -r1.22 src/sys/rump/librump/rumpkern/vm.c

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