summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumdaemon.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-03-20 11:29:10 +0000
committerphk <phk@FreeBSD.org>2000-03-20 11:29:10 +0000
commit5df766a0f8bb66f325b7d378a18c0dc1d094a6e9 (patch)
tree4cbd0b1fcd23e3ccaa54413c463ffa1e610f05f2 /sys/dev/vinum/vinumdaemon.c
parent72ba83a59e402015e4a93a885f2ff43108600890 (diff)
downloadFreeBSD-src-5df766a0f8bb66f325b7d378a18c0dc1d094a6e9.zip
FreeBSD-src-5df766a0f8bb66f325b7d378a18c0dc1d094a6e9.tar.gz
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
substitute BUF_WRITE(foo) for VOP_BWRITE(foo->b_vp, foo) substitute BUF_STRATEGY(foo) for VOP_STRATEGY(foo->b_vp, foo) This patch is machine generated except for the ccd.c and buf.h parts.
Diffstat (limited to 'sys/dev/vinum/vinumdaemon.c')
-rw-r--r--sys/dev/vinum/vinumdaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumdaemon.c b/sys/dev/vinum/vinumdaemon.c
index 3ac54d2..9a04a44 100644
--- a/sys/dev/vinum/vinumdaemon.c
+++ b/sys/dev/vinum/vinumdaemon.c
@@ -205,7 +205,7 @@ recover_io(struct request *rq)
*
* Negotiate with phk to get it fixed.
*/
- BUF_STRATEGY(rq->bp, 0); /* reissue the command */
+ DEV_STRATEGY(rq->bp, 0); /* reissue the command */
}
/* Functions called to interface with the daemon */
OpenPOWER on IntegriCloud