Re: CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Christos Zoulas
In article <112c4aeb-38d8-42d4-be3c-b53e866ea...@eis.cs.tu-bs.de>, J. Hannken-Illjes wrote: > >Where does it call biodone()? > >biodone_vfs(bp); /* biodone() iff vfs present */ Nevertheless, it is best to check for the error and not biowait needlessly. christos

Re: CVS commit: src/sys/dev/raidframe

2016-01-02 Thread J. Hannken-Illjes
On 02 Jan 2016, at 17:07, Christos Zoulas wrote: > > In article <20160102160001.c978df...@cvs.netbsd.org>, > Michael van Elst wrote: >> @@ -2665,11 +2664,7 @@ raidread_component_area(dev_t dev, struc >> bp->b_flags |= B_READ; >> bp->b_resid = dsize; >> >> -bdev = bdevsw_lookup(bp-

Re: CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Christos Zoulas
In article <20160102160001.c978df...@cvs.netbsd.org>, Michael van Elst wrote: >@@ -2665,11 +2664,7 @@ raidread_component_area(dev_t dev, struc > bp->b_flags |= B_READ; > bp->b_resid = dsize; > >- bdev = bdevsw_lookup(bp->b_dev); >- if (bdev == NULL) >- return (E