diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:53:38 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:53:38 +0000 |
| commit | d7c95b6e27b2b3f772a5e966920339f4a0559edf (patch) | |
| tree | 4e937652ca827866490dee85c71091accfe19143 /sys | |
| parent | 54056d2da9130dd182a89e961ef6d780c2ef5ca8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/cd9660/cd9660_lookup.c | 2 | ||||
| -rw-r--r-- | sys/isofs/cd9660/cd9660_lookup.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_lookup.c b/sys/fs/cd9660/cd9660_lookup.c index 90dd62b5f00c..69a76d90bcbe 100644 --- a/sys/fs/cd9660/cd9660_lookup.c +++ b/sys/fs/cd9660/cd9660_lookup.c @@ -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); diff --git a/sys/isofs/cd9660/cd9660_lookup.c b/sys/isofs/cd9660/cd9660_lookup.c index 90dd62b5f00c..69a76d90bcbe 100644 --- a/sys/isofs/cd9660/cd9660_lookup.c +++ b/sys/isofs/cd9660/cd9660_lookup.c @@ -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); |
