Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/26/2007 16:54:51
Module Name:	src
Committed By:	pooka
Date:		Fri Oct 26 16:54:51 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_vnops.c

Log Message:
Read/write can reuse message memory if operating uncached.  This
will change evetually, but for now just appease a KASSERT by
resetting the message header to 0 after each loop.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 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.