diff options
Diffstat (limited to 'sys/dev/vinum/vinumdaemon.c')
-rw-r--r-- | sys/dev/vinum/vinumdaemon.c | 2 |
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 */ |