NetBSD/sys/fs/sysvbfs
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
..
bfs_sysvbfs.c Merge brelse() changes from the vmlocking branch. 2007-10-08 18:02:53 +00:00
bfs.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
bfs.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
files.sysvbfs
Makefile
sysvbfs_vfsops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
sysvbfs_vnops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
sysvbfs.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
sysvbfs.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00