]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: get rid of some forward declarations
authorWANG Cong <xiyou.wangcong@gmail.com>
Mon, 7 Aug 2017 22:26:50 +0000 (15:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Aug 2017 01:17:39 +0000 (18:17 -0700)
commit6e5ee6165c0cda88a8ca7e0f24f89383a0f957b9
tree368243eb046870298a62802bec8ac6a4d29e7271
parent21b0a73dc334e0ccbfc92f0def0ffcb8f8a64e1f
net_sched: get rid of some forward declarations

If we move up tcf_fill_node() we can get rid of these
forward declarations.

Also, move down tfilter_notify_chain() to group them together.

Reported-by: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c