Subject: Re: CVS commit: src/sys/miscfs/kernfs
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 06/23/2006 20:56:09
In article <20060623203011.9D895211CA@cvs.netbsd.org>,
Manuel Bouyer  <bouyer@netbsd.org> wrote:
>
>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.

Thanks!

>The IPsec code could probably be moved out now, and use kernfs_alloctype().

I think it should just be removed since it was a hack in the first place.

christos