summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorhannken <hannken@NetBSD.org>2004-01-25 18:02:03 +0000
committerhannken <hannken@NetBSD.org>2004-01-25 18:02:03 +0000
commitb1cb363c11fe0753b0a91c7fb65146e140dffaf5 (patch)
tree631b59d83134409ae273f1d21dbe6189292ebbb9 /sys/dev/raidframe
parentc5a53802fe33576a82b29dc8e7f3a70ae94ff306 (diff)
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.
Diffstat (limited to 'sys/dev/raidframe')
0 files changed, 0 insertions, 0 deletions