NetBSD/sys/fs/sysvbfs
pooka 8d1f899239 * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
  use VFS_PROTOS() instead of manually prototyping the methods
2007-07-31 21:14:15 +00:00
..
Makefile
bfs.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
bfs.h
bfs_sysvbfs.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
files.sysvbfs
sysvbfs.c Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
sysvbfs.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
sysvbfs_vfsops.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
sysvbfs_vnops.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00