Remove the unused _bio_buf field. I can't even remember if this ever got

to be used in the first place.

Spotted by:	bde
This commit is contained in:
Poul-Henning Kamp 2002-09-15 12:50:37 +00:00
parent 81ac2d2606
commit 06f50eb1ad

View File

@ -67,7 +67,6 @@ struct bio {
long bio_bcount; /* Valid bytes in buffer. */
caddr_t bio_data; /* Memory, superblocks, indirect etc. */
u_int bio_flags; /* BIO_ flags. */
struct buf *_bio_buf; /* Parent buffer. */
int bio_error; /* Errno for BIO_ERROR. */
long bio_resid; /* Remaining I/0 in bytes. */
void (*bio_done)(struct bio *);