Re: [Patch net-next v2 1/4] net_sched: get rid of more forward declarations

2017-08-25 Thread Jamal Hadi Salim
On 17-08-24 07:51 PM, Cong Wang wrote: This is not needed if we move them up properly. Signed-off-by: Cong Wang Acked-by: Jamal Hadi Salim cheers, jamal

Re: [Patch net-next v2 1/4] net_sched: get rid of more forward declarations

2017-08-25 Thread Jiri Pirko
Fri, Aug 25, 2017 at 01:51:27AM CEST, xiyou.wangc...@gmail.com wrote: >This is not needed if we move them up properly. > >Signed-off-by: Cong Wang Acked-by: Jiri Pirko

[Patch net-next v2 1/4] net_sched: get rid of more forward declarations

2017-08-24 Thread Cong Wang
This is not needed if we move them up properly. Signed-off-by: Cong Wang --- net/sched/sch_api.c | 348 +--- 1 file changed, 169 insertions(+), 179 deletions(-) diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index aaf552b8e120..330ffaea997