Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/16/2007 20:32:18
Module Name:	src
Committed By:	pooka
Date:		Fri Nov 16 20:32:18 UTC 2007

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

Log Message:
Restructure the messaging interface a bit more: make all interfacing
with the file server happen through puffs_msg_enqueue() and
puffs_msg_wait() instead of having a billion different routines.
Build the existing system upon these two.  Most importantly though,
decouple insertation into the op queue from the actual wait.  This
is useful for a number of reasons coming soon to a cvs repo near you.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.6 -r1.7 src/sys/fs/puffs/puffs_node.c
cvs rdiff -r1.57 -r1.58 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.61 -r1.62 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.68 -r1.69 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.113 -r1.114 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.