Re: [PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular

2015-10-08 Thread Paul Gortmaker
[Re: [PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular] On 07/10/2015 (Wed 14:47) Cong Wang wrote: > On Wed, Oct 7, 2015 at 2:27 PM, Paul Gortmaker > wrote: > > The Kconfig currently controlling compilation of this code is: > > > > net/sched/Kcon

Re: [PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular

2015-10-07 Thread Cong Wang
On Wed, Oct 7, 2015 at 2:27 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > net/sched/Kconfig:menuconfig NET_SCHED > net/sched/Kconfig: bool "QoS and/or fair queueing" > > ...meaning that it currently is not being built as a module by anyone. Is

[PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular

2015-10-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: net/sched/Kconfig:menuconfig NET_SCHED net/sched/Kconfig: bool "QoS and/or fair queueing" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that