Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/05/2006 23:03:28
Module Name:	src
Committed By:	pooka
Date:		Tue Dec  5 23:03:28 UTC 2006

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

Log Message:
Allow multiple requests to be transferred in each GET/PUTOP.  For
a single request, the performance is still the same.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.10 -r1.11 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.9 -r1.10 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.11 -r1.12 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.18 -r1.19 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.