]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_available
authorJiri Pirko <jiri@mellanox.com>
Fri, 4 Aug 2017 12:29:00 +0000 (14:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 18:21:23 +0000 (11:21 -0700)
commit86b15826a4d2e47107a347f7f824fc8ea2c8229b
treec560b38f0edfa84e244ec548f4c492f2e6bf67bb
parent185dcfbf07dfa0a38f4e6e1c20205ccbced9064f
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>
include/net/pkt_cls.h
net/sched/cls_fw.c
net/sched/cls_route.c
net/sched/cls_tcindex.c