diff options
-rw-r--r-- | sys/sys/bio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 8b28838..49b25dc 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -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 *); |