Skip to content

Commit

Permalink
sch_choke: Remove classid from choke_skb_cb.
Browse files Browse the repository at this point in the history
Suggested by Cong Wang.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 5, 2020
1 parent 5b545cb commit fe121e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sched/sch_choke.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit fe121e0

Please sign in to comment.