pkt_sched: Check .walk and .leaf class handlers
authorJarek Poplawski <jarkao2@gmail.com>
Tue, 10 Aug 2010 22:31:20 +0000 (22:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Aug 2010 08:37:00 +0000 (01:37 -0700)
Require qdisc class ops .walk and .leaf for classful qdisc in
register_qdisc(). The checks could be done later insted, but these
ops are really needed and used by most of classful qdiscs.

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

No differences found