mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
- 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
f19f6869cf
commit
2afa4593b0
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue