commit | 6fc6d06e5371507e68c6904a3423622b0e465b64 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Fri Aug 04 14:29:00 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 04 11:21:23 2017 -0700 |
tree | c560b38f0edfa84e244ec548f4c492f2e6bf67bb | |
parent | af69afc551eb9f9b1f2cc3295e2dfcdaa1dc948d [diff] |
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_available These two helpers are doing the same as tcf_exts_has_actions, so remove them and use tcf_exts_has_actions instead. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>