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 duringoperation. 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.
-- thorpej