diff options
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r-- | sys/i386/isa/wt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index b601b5b..0aa7015 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -575,7 +575,7 @@ wtstrategy (struct buf *bp) if (t->flags & TPEXCEP) { errxit: bp->b_error = EIO; -err2xit: bp->b_flags |= B_ERROR; +err2xit: bp->b_ioflags |= BIO_ERROR; } xit: biodone (bp); return; |