Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/05/2007 12:11:57
Module Name:	src
Committed By:	pooka
Date:		Wed Dec  5 12:11:57 UTC 2007

Modified Files:
	src/lib/libpuffs: flush.c puffs.c puffs_priv.h
	src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_sys.h

Log Message:
Send a response message for flush operations from the kernel instead
of abusing the return value of write(2).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpuffs/flush.c
cvs rdiff -r1.79 -r1.80 src/lib/libpuffs/puffs.c
cvs rdiff -r1.33 -r1.34 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.60 -r1.61 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.62 -r1.63 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.65 -r1.66 src/sys/fs/puffs/puffs_sys.h

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