Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 04/04/2007 16:13:52
Module Name:	src
Committed By:	pooka
Date:		Wed Apr  4 16:13:52 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c puffs_sys.h puffs_vnops.c

Log Message:
Make it possible to interrupt waiters for fs operation completion
again.  This is useful until locking is further developed and basically
any deadlocks can be solved by killing appropriate processes.

Thanks especially to Tommi Kyntola and Antti Louko for sitting down
with me and discussing resource ownership and locking strategies
in implementing this.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.29 -r1.30 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.56 -r1.57 src/sys/fs/puffs/puffs_vnops.c

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