Subject: Re: CVS commit: src/sys/fs/smbfs
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 04/02/2003 09:00:59
On Wed, 2 Apr 2003, Jaromir Dolecek wrote:

>
> Module Name:	src
> Committed By:	jdolecek
> Date:		Wed Apr  2 16:26:54 UTC 2003
>
> Modified Files:
> 	src/sys/fs/smbfs: smbfs_node.c smbfs_subr.h smbfs_vfsops.c
>
> Log Message:
> when loaded via LKM, need to malloc_type_{attach|detach} used malloc
> types on load/unload appropriately
> XXX this should really be automated somehow

Why not put this in the LKM code that loads the FS?

Take care,

Bill