Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/14/2007 12:13:59
Module Name: src
Committed By: pooka
Date: Wed Mar 14 12:13:59 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_msgif.c puffs_subr.c puffs_sys.h puffs_vnops.c
Log Message:
Support B_READ|B_ASYNC in strategy by calling biodone() directly
when the file server puts the result.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.23 -r1.24 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.25 -r1.26 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.52 -r1.53 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.