NetBSD/sys/miscfs/genfs
pooka 61e8303e9d Remove the "struct lwp *" argument from all VFS and VOP interfaces.
The general trend is to remove it from all kernel interfaces and
this is a start.  In case the calling lwp is desired, curlwp should
be used.

quick consensus on tech-kern
2007-11-26 19:01:26 +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 Split I/O-related routines (getpages, putpages, etc.) which are heavily 2007-10-17 16:45:00 +00:00
genfs.h Split the VOP interface part of genfs_putpages() from the code. The new 2007-04-24 22:46:03 +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 Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
layer_vnops.c Merge from vmlocking: 2007-10-10 20:42:20 +00:00
layer.h Merge from vmlocking: 2007-10-10 20:42:20 +00:00
Makefile