You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
pkt_sched: Get rid of u32_list.
The u32_list is just an indirect way of maintaining a reference to a U32 node on a per-qdisc basis. Just add an explicit node pointer for u32 to struct Qdisc an do away with this global list. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -56,6 +56,8 @@ struct Qdisc
|
||||
int (*reshape_fail)(struct sk_buff *skb,
|
||||
struct Qdisc *q);
|
||||
|
||||
void *u32_node;
|
||||
|
||||
/* This field is deprecated, but it is still used by CBQ
|
||||
* and it will live until better solution will be invented.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user