- 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 Roberson 2005-06-12 22:33:06 +00:00
parent f19f6869cf
commit 2afa4593b0

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);