Subject: CVS commit: src/sys/miscfs/kernfs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/23/2006 20:30:11
Module Name:	src
Committed By:	bouyer
Date:		Fri Jun 23 20:30:11 UTC 2006

Modified Files:
	src/sys/miscfs/kernfs: kernfs.h kernfs_vnops.c

Log Message:
For internal types call kernfs_default_xread() directly, as no entry in
the splay tree has been added for these types. Fix kern/33797 by
Geoff C. Wing.
While here also fix writes the same way (probably broken for 2 years),
and properly implement KERNFS_XREAD.
The IPsec code could probably be moved out now, and use kernfs_alloctype().


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/miscfs/kernfs/kernfs.h
cvs rdiff -r1.123 -r1.124 src/sys/miscfs/kernfs/kernfs_vnops.c

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