mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
pkt_sched: sch_qfq: remove unused member of struct qfq_sched
The member (u32) "num_active_agg" of struct qfq_sched has been unused
since its introduction in 462dbc9101
"pkt_sched: QFQ Plus: fair-queueing service at DRR cost" and (AFAICT)
there is no active plan to use it; this removes the member.
Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
Acked-by: Paolo Valente <paolo.valente@unimore.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e29dd44325
commit
40bdc5360d
@ -186,7 +186,6 @@ struct qfq_sched {
|
||||
|
||||
u64 oldV, V; /* Precise virtual times. */
|
||||
struct qfq_aggregate *in_serv_agg; /* Aggregate being served. */
|
||||
u32 num_active_agg; /* Num. of active aggregates */
|
||||
u32 wsum; /* weight sum */
|
||||
u32 iwsum; /* inverse weight sum */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user