pkt_sched: sch_htb: Clean htb_class prio and quantum fields
authorJarek Poplawski <jarkao2@gmail.com>
Thu, 4 Dec 2008 05:09:45 +0000 (21:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 05:09:45 +0000 (21:09 -0800)
commitc19f7a34f7cc7543c62ad065952e146dc77d1a38
treea4592d86565eb49600bd1b7e88ba46db43d6289c
parent633fe66ed8385ccf8b4a74a00a4c6eb40850d65f
pkt_sched: sch_htb: Clean htb_class prio and quantum fields

While implementing htb_parent_to_leaf() there where added backup prio
and quantum struct htb_class fields to preserve these values for inner
classes in case of their return to leaf. This patch cleans this a bit
by removing union leaf duplicates.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_htb.c