Re: [PATCH 09/10] mm: make frontswap.c explicitly non-modular

2015-09-22 Thread Konrad Rzeszutek Wilk
On Mon, Aug 24, 2015 at 06:14:41PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config FRONTSWAP > bool "Enable frontswap to cache swap pages if tmem is present" > > ...meaning that it currently is not being built as a module by anyone. >

Re: [PATCH 09/10] mm: make frontswap.c explicitly non-modular

2015-09-22 Thread Konrad Rzeszutek Wilk
On Mon, Aug 24, 2015 at 06:14:41PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config FRONTSWAP > bool "Enable frontswap to cache swap pages if tmem is present" > > ...meaning that it currently is not being built as a module by anyone. >

[PATCH 09/10] mm: make frontswap.c explicitly non-modular

2015-08-24 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config FRONTSWAP bool "Enable frontswap to cache swap pages if tmem is present" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when reading the driver

[PATCH 09/10] mm: make frontswap.c explicitly non-modular

2015-08-24 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config FRONTSWAP bool Enable frontswap to cache swap pages if tmem is present ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when reading the driver