Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-30 Thread Paul Gortmaker
[Re: [PATCH v2] lib: make sg_pool tristate instead of bool] On 28/04/2016 (Thu 08:51) Christoph Hellwig wrote: > On Wed, Apr 27, 2016 at 07:54:19PM -0400, Martin K. Petersen wrote: > > Somebody please review... > > The patch is useless, we should just ignore it. I'll be t

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-30 Thread Paul Gortmaker
[Re: [PATCH v2] lib: make sg_pool tristate instead of bool] On 28/04/2016 (Thu 08:51) Christoph Hellwig wrote: > On Wed, Apr 27, 2016 at 07:54:19PM -0400, Martin K. Petersen wrote: > > Somebody please review... > > The patch is useless, we should just ignore it. I'll be t

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-28 Thread Christoph Hellwig
On Wed, Apr 27, 2016 at 07:54:19PM -0400, Martin K. Petersen wrote: > Somebody please review... The patch is useless, we should just ignore it.

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-28 Thread Christoph Hellwig
On Wed, Apr 27, 2016 at 07:54:19PM -0400, Martin K. Petersen wrote: > Somebody please review... The patch is useless, we should just ignore it.

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-27 Thread Martin K. Petersen
> "Paul" == Paul Gortmaker writes: Paul> The recently added Kconfig controlling compilation of this code Paul> is: lib/Kconfig:config SG_POOL lib/Kconfig: def_bool n Paul> ...meaning that it currently is not being built as a module by Paul> anyone, and that

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-27 Thread Martin K. Petersen
> "Paul" == Paul Gortmaker writes: Paul> The recently added Kconfig controlling compilation of this code Paul> is: lib/Kconfig:config SG_POOL lib/Kconfig: def_bool n Paul> ...meaning that it currently is not being built as a module by Paul> anyone, and that tripped my audit looking for

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-23 Thread Ming Lin
On Sat, Apr 23, 2016 at 7:44 PM, Paul Gortmaker wrote: > The recently added Kconfig controlling compilation of this code is: > > lib/Kconfig:config SG_POOL > lib/Kconfig:def_bool n > > ...meaning that it currently is not being built as a module by anyone, > and

Re: [PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-23 Thread Ming Lin
On Sat, Apr 23, 2016 at 7:44 PM, Paul Gortmaker wrote: > The recently added Kconfig controlling compilation of this code is: > > lib/Kconfig:config SG_POOL > lib/Kconfig:def_bool n > > ...meaning that it currently is not being built as a module by anyone, > and that tripped my audit looking

[PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-23 Thread Paul Gortmaker
The recently added Kconfig controlling compilation of this code is: lib/Kconfig:config SG_POOL lib/Kconfig:def_bool n ...meaning that it currently is not being built as a module by anyone, and that tripped my audit looking for modular code that is essentially orphaned (i.e. module_exit, and

[PATCH v2] lib: make sg_pool tristate instead of bool

2016-04-23 Thread Paul Gortmaker
The recently added Kconfig controlling compilation of this code is: lib/Kconfig:config SG_POOL lib/Kconfig:def_bool n ...meaning that it currently is not being built as a module by anyone, and that tripped my audit looking for modular code that is essentially orphaned (i.e. module_exit, and