Re: [PATCH 5/8] fs: make locks.c explicitly non-modular

2015-12-18 Thread Jeff Layton
On Thu, 17 Dec 2015 14:11:03 -0500 Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config FILE_LOCKING > bool "Enable POSIX file locking API" if EXPERT > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove

Re: [PATCH 5/8] fs: make locks.c explicitly non-modular

2015-12-18 Thread Jeff Layton
On Thu, 17 Dec 2015 14:11:03 -0500 Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config FILE_LOCKING > bool "Enable POSIX file locking API" if EXPERT > > ...meaning that it currently is not being built as a module

[PATCH 5/8] fs: make locks.c explicitly non-modular

2015-12-17 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config FILE_LOCKING bool "Enable POSIX file locking API" if EXPERT ...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 there is no

[PATCH 5/8] fs: make locks.c explicitly non-modular

2015-12-17 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config FILE_LOCKING bool "Enable POSIX file locking API" if EXPERT ...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 there is no