summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-03 05:51:11 +0000
committerphk <phk@FreeBSD.org>2003-01-03 05:51:11 +0000
commitbfabff54fefc317170877a2d6fcaabd812fa6ffe (patch)
tree7f82342ce1e060f7b1e2e5b9dc5474df2c50cb8c /sys/dev/raidframe
parentdcb655257fc2ac500ad5160a51bc82943c330dc2 (diff)
downloadFreeBSD-src-bfabff54fefc317170877a2d6fcaabd812fa6ffe.zip
FreeBSD-src-bfabff54fefc317170877a2d6fcaabd812fa6ffe.tar.gz
Remove unused second argument from BIO_STRATEGY()
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_freebsdkintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c
index 5e134d7..ad6ea11 100644
--- a/sys/dev/raidframe/rf_freebsdkintf.c
+++ b/sys/dev/raidframe/rf_freebsdkintf.c
@@ -1649,7 +1649,7 @@ rf_DispatchKernelIO(queue, req)
raidbp->rf_buf.b_vp->v_numoutput++;
}
#endif
- BIO_STRATEGY(&raidbp->rf_buf, 0);
+ BIO_STRATEGY(&raidbp->rf_buf);
break;
OpenPOWER on IntegriCloud