NetBSD/sys/miscfs
simonb 45171aaef9 Delete redundant decls of vn_syncer_add_to_worklist(), syncdelay,
filedelay, dirdelay and metadelay - they're in <sys/vnode.h>.
2000-03-30 02:21:49 +00:00
..
deadfs Actually nullop is a better idea here 1999-12-12 00:56:29 +00:00
fdesc Delete redundant decl of fdesc_root, it's in fdesc.h. 2000-03-30 02:16:22 +00:00
fifofs
genfs Delete redundant decl of layer_node_create(), it's in layer_extern.h. 2000-03-30 02:19:16 +00:00
kernfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
nullfs Adapt to last VFS changes - add appropriate vfs_done routine. 2000-03-16 19:00:26 +00:00
overlay Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
portal Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
procfs Delete duplicate declaration of atopid(). 2000-03-30 02:20:14 +00:00
specfs Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors. 1999-12-08 19:16:51 +00:00
syncfs Delete redundant decls of vn_syncer_add_to_worklist(), syncdelay, 2000-03-30 02:21:49 +00:00
umapfs Adapt to last VFS changes - add appropriate vfs_done routine. 2000-03-16 19:00:26 +00:00
union Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
Makefile Add overlay, a layered file system which overlays itself on 2000-01-20 19:06:13 +00:00