NetBSD/sys/miscfs/genfs
dyoung 6528dd9d56 Bug fix: at the top of layer_bypass(), save a pointer to the mount
point for re-use at the bottom, instead of trying to re-read the
mount point from a potentially vrele()'d vnode.
2007-12-22 00:48:46 +00:00
..
Makefile
genfs.h Split the VOP interface part of genfs_putpages() from the code. The new 2007-04-24 22:46:03 +00:00
genfs_io.c Split I/O-related routines (getpages, putpages, etc.) which are heavily 2007-10-17 16:45:00 +00:00
genfs_node.h Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG 2007-02-20 16:19:42 +00:00
genfs_vnops.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
layer.h Merge from vmlocking: 2007-10-10 20:42:20 +00:00
layer_extern.h Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
layer_subr.c Merge from vmlocking: 2007-10-10 20:42:20 +00:00
layer_vfsops.c Use kmem_alloc/free. 2007-12-08 15:10:22 +00:00
layer_vnops.c Bug fix: at the top of layer_bypass(), save a pointer to the mount 2007-12-22 00:48:46 +00:00