commit | 244cd96adb5f5ab39551081fb1f9009a54bb12ee | [log] [tgz] |
---|---|---|
author | Cong Wang <xiyou.wangcong@gmail.com> | Sun Aug 19 12:22:09 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 21 12:45:44 2018 -0700 |
tree | d3c9fee9d752278765efd4aef56a82ff900747de | |
parent | 7d485c451fc82f8ae431cdb379521bc6d0641064 [diff] |
net_sched: remove list_head from tc_action After commit 90b73b77d08e, list_head is no longer needed. Now we just need to convert the list iteration to array iteration for drivers. Fixes: 90b73b77d08e ("net: sched: change action API to use array of pointers to actions") Cc: Jiri Pirko <jiri@mellanox.com> Cc: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>