bktr_core.c commit breaks building kernels on RELENG_5

Dave Horsfall dave at horsfall.org
Sat Jan 15 23:39:58 PST 2005


On Sun, 16 Jan 2005, Jon Noack wrote:

> This commit broke building kernels on RELENG_5 (see tinderbox logs):
> > cognet      2005-01-16 01:01:15 UTC

Thanks; I was wondering what broke...

> I believe this change was unintended:
> > @@ -1258,7 +1258,7 @@ vbi_read(bktr_ptr_t bktr, struct uio *ui
> >  	LOCK_VBI(bktr);
> >   	while(bktr->vbisize == 0) {
> > -		if (ioflag & IO_NDELAY) {
> > +		if (ioflag & FNDELAY) {
> >  			status = EWOULDBLOCK;
> >  			goto out;
> >  		}

Yep.

-- Dave


More information about the freebsd-stable mailing list