projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b545cb
)
sch_choke: Remove classid from choke_skb_cb.
author
David S. Miller
<davem@davemloft.net>
Tue, 5 May 2020 19:08:02 +0000
(12:08 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 5 May 2020 19:08:02 +0000
(12:08 -0700)
Suggested by Cong Wang.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_choke.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_choke.c
b/net/sched/sch_choke.c
index 2d350c734375acde9cb8eca8ef007c0258ab98f9..59ff466ec7cbe42c2cc95cc10013d7014195a716 100644
(file)
--- a/
net/sched/sch_choke.c
+++ b/
net/sched/sch_choke.c
@@
-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;
};