From 2afa4593b00171b8989d178dded2a35e80eea52b Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Sun, 12 Jun 2005 22:33:06 +0000 Subject: - 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(-) (limited to 'sys/sys/bio.h') diff --git a/sys/sys/bio.h b/sys/sys/bio.h index cd7671e74ff4..8dcae46de028 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); -- cgit v1.2.3