Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/30/2007 17:49:00
Module Name:	src
Committed By:	pooka
Date:		Fri Mar 30 17:49:00 UTC 2007

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

Log Message:
* abstract ASYNCBIOREAD and let callers freely issue a callback called
  from putop.  even though there's only one user currently, makes code
  more readable
* move "delta" to a standard parameter in vntouser and get rid of the
  specialcase vntouser_delta


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.26 -r1.27 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.28 -r1.29 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.55 -r1.56 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.