commit | c19f7a34f7cc7543c62ad065952e146dc77d1a38 | [log] [tgz] |
---|---|---|
author | Jarek Poplawski <jarkao2@gmail.com> | Wed Dec 03 21:09:45 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 03 21:09:45 2008 -0800 |
tree | a4592d86565eb49600bd1b7e88ba46db43d6289c | |
parent | 633fe66ed8385ccf8b4a74a00a4c6eb40850d65f [diff] |
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>