NetBSD/sys/fs/union
hannken 3db4e2acd8 Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
VOP_STRATEGY(bp) is replaced by one of two new functions:

- VOP_STRATEGY(vp, bp)  Call the strategy routine of vp for bp.
- DEV_STRATEGY(bp)      Call the d_strategy routine of bp->b_dev for bp.

DEV_STRATEGY(bp) is used only for block-to-block device situations.
2004-01-25 18:06:48 +00:00
..
files.union
Makefile
union_subr.c Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
union_vfsops.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
union_vnops.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
union.h