Subject: Re: CVS commit: src/regress/sys/fs/tmpfs
To: Jason Thorpe <thorpej@shagadelic.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 11/09/2006 23:35:49
On Thu, Nov 09, 2006 at 09:07:39AM -0800, Jason Thorpe wrote:
> 
> On Nov 9, 2006, at 5:51 AM, Julio M. Merino Vidal wrote:
> 
> >
> >Module Name:	src
> >Committed By:	jmmv
> >Date:		Thu Nov  9 13:51:49 UTC 2006
> >
> >Modified Files:
> >	src/regress/sys/fs/tmpfs: h_funcs.subr h_tools.c t_create t_link
> >	    t_mkdir t_mknod t_read_write t_remove t_rename t_rmdir t_setattr
> >	    t_sockets t_symlink
> >
> >Log Message:
> >Add several checks to see if tmpfs raises the proper kqueue events during
> >operation.  These all match the behavior exposed by MFS (except for a
> >corner case that is described in t_link).
> >
> >Fixes to tmpfs itself to make these tests pass will come soon.
> 
> Instead of changing tmpfs, how about moving the kqueue notifications into the 
> VFS layer?  FreeBSD has already done this.

Jaromir explained to me that it was not possible for some reason that I
forgot.

Pavel