mirror of https://gitee.com/openkylin/linux.git
sch_choke: Remove classid from choke_skb_cb.
Suggested by Cong Wang. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5b545cbc0a
commit
fe121e078d
|
@ -131,7 +131,6 @@ static void choke_drop_by_idx(struct Qdisc *sch, unsigned int idx,
|
|||
}
|
||||
|
||||
struct choke_skb_cb {
|
||||
u16 classid;
|
||||
u8 keys_valid;
|
||||
struct flow_keys_digest keys;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue