diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 05:51:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 05:51:11 +0000 |
| commit | d616ee081f0c5b154c92dea87bd325ba99a75ab2 (patch) | |
| tree | 7f82342ce1e060f7b1e2e5b9dc5474df2c50cb8c /sys/dev/raidframe | |
| parent | c0595bfc20bc580b80ce3f084f638808ca4dc044 (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_freebsdkintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c index 5e134d755506..ad6ea113cf63 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; |
