B_ERROR is BIO_ERROR on -current.
Now it compiles, I don't know if it works.
This commit is contained in:
parent
54056d2da9
commit
d7c95b6e27
@ -436,7 +436,7 @@ cd9660_blkatoff(vp, offset, res, bpp)
|
||||
&bp->b_blkno, NULL, NULL);
|
||||
if (error) {
|
||||
bp->b_error = error;
|
||||
bp->b_flags |= B_ERROR;
|
||||
bp->b_flags |= BIO_ERROR;
|
||||
brelse(bp);
|
||||
*bpp = NULL;
|
||||
return (error);
|
||||
|
@ -436,7 +436,7 @@ cd9660_blkatoff(vp, offset, res, bpp)
|
||||
&bp->b_blkno, NULL, NULL);
|
||||
if (error) {
|
||||
bp->b_error = error;
|
||||
bp->b_flags |= B_ERROR;
|
||||
bp->b_flags |= BIO_ERROR;
|
||||
brelse(bp);
|
||||
*bpp = NULL;
|
||||
return (error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user