Commit fe121e07 authored by David S. Miller's avatar David S. Miller

sch_choke: Remove classid from choke_skb_cb.

Suggested by Cong Wang.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5b545cbc
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment