- switch_point is now unused. This doesn't break module binary compatability
since the structure is shrinking, not growing.
This commit is contained in:
parent
2599199edf
commit
d84cb858bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user