3db4e2acd8
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. |
||
---|---|---|
.. | ||
Makefile | ||
files.umapfs | ||
umap.h | ||
umap_subr.c | ||
umap_vfsops.c | ||
umap_vnops.c |