NetBSD/sys/miscfs/genfs
chs 5a4fdb6ddb make genfs get/put work for block devices as well:
- the "fs bshift" for block devices is always DEV_BSHIFT.
 - retrieve the device vnode from VOP_BMAP() and use that to set b_dev
   in page i/o buffers.
2001-08-17 05:51:29 +00:00
..
Makefile
genfs.h
genfs_vnops.c make genfs get/put work for block devices as well: 2001-08-17 05:51:29 +00:00
layer.h
layer_extern.h
layer_subr.c
layer_vfsops.c
layer_vnops.c change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00