Re: [Patch net-next] net_sched: get rid of some forward declarations

2017-08-08 Thread David Miller
From: Cong Wang Date: Mon, 7 Aug 2017 15:26:50 -0700 > 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 > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang Applie

Re: [Patch net-next] net_sched: get rid of some forward declarations

2017-08-07 Thread Jiri Pirko
Tue, Aug 08, 2017 at 12:26:50AM CEST, xiyou.wangc...@gmail.com wrote: >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 >Cc: Jamal Hadi Salim >Signed-off-by: Cong Wang