From 2afa4593b00171b8989d178dded2a35e80eea52b Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Sun, 12 Jun 2005 22:33:06 +0000 Subject: [PATCH] - switch_point is now unused. This doesn't break module binary compatability since the structure is shrinking, not growing. --- sys/sys/bio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/bio.h b/sys/sys/bio.h index cd7671e74ff..8dcae46de02 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -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);