- switch_point is now unused. This doesn't break module binary compatability

since the structure is shrinking, not growing.
This commit is contained in:
jeff 2005-06-12 22:33:06 +00:00
parent 2599199edf
commit d84cb858bb

View File

@ -106,7 +106,6 @@ struct bio_queue_head {
TAILQ_HEAD(bio_queue, bio) queue;
off_t last_offset;
struct bio *insert_point;
struct bio *switch_point;
};
void biodone(struct bio *bp);