NetBSD/sys/miscfs/genfs
chs 1a5818b05e fix a couple more bugs:
- in genfs_getpages(), unbusy any pages that we don't free in the error path.
 - in genfs_putpages(), if we get a bmap error, record that in the master buf.
2001-02-18 15:03:42 +00:00
..
Makefile Introduce layer library in genfs. This set of files abstracts most of 1999-07-08 01:18:59 +00:00
genfs.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
genfs_vnops.c fix a couple more bugs: 2001-02-18 15:03:42 +00:00
layer.h Delete redundant decl of layer_node_create(), it's in layer_extern.h. 2000-03-30 02:19:16 +00:00
layer_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
layer_subr.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
layer_vfsops.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
layer_vnops.c Don't cache a device vnode in a layer node cache once the layer node 2000-12-21 03:51:02 +00:00