linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: kill CONFIG_PERCPU_RWSEM some more
@ 2017-05-18 18:01 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2017-05-18 18:01 UTC (permalink / raw)
  To: akpm; +Cc: dave, linux-kernel, Davidlohr Bueso

As of:

   bf3eac84c42 (percpu-rwsem: kill CONFIG_PERCPU_RWSEM)

we unconditionally build pcpu-rwsems. Remove a leftover
in for FILE_LOCKING.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
---
 fs/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index b0e42b6a96b9..7aee6d699fd6 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -80,7 +80,6 @@ config EXPORTFS_BLOCK_OPS
 config FILE_LOCKING
 	bool "Enable POSIX file locking API" if EXPERT
 	default y
-	select PERCPU_RWSEM
 	help
 	  This option enables standard file locking support, required
           for filesystems like NFS and for the flock() system
-- 
2.12.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-18 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-18 18:01 [PATCH] fs: kill CONFIG_PERCPU_RWSEM some more Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).