NetBSD/sys/miscfs/genfs
ad 66fefd117b It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 12:15:35 +00:00
..
Makefile
genfs.h Split the VOP interface part of genfs_putpages() from the code. The new 2007-04-24 22:46:03 +00:00
genfs_node.h Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG 2007-02-20 16:19:42 +00:00
genfs_vnops.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
layer.h
layer_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
layer_subr.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
layer_vfsops.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
layer_vnops.c Don't expand RCS id of ancestor file. The id itself is actually copied 2007-04-16 08:10:58 +00:00