forked from luck/tmp_suning_uos_patched
htb: remove pointless first initialization of buffer and cbuffer
These are initialized correctly a couple of lines later in the function. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
324f5aa528
commit
bdd6998b1e
|
@ -1503,9 +1503,6 @@ static int htb_change_class(struct Qdisc *sch, u32 classid,
|
|||
cl->prio = TC_HTB_NUMPRIO - 1;
|
||||
}
|
||||
|
||||
cl->buffer = hopt->buffer;
|
||||
cl->cbuffer = hopt->cbuffer;
|
||||
|
||||
cl->rate.rate_bps = (u64)hopt->rate.rate << 3;
|
||||
cl->ceil.rate_bps = (u64)hopt->ceil.rate << 3;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user