All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] percpu-rwsem: kill PERCPU_RWSEM some more
@ 2017-03-31 15:18 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2017-03-31 15:18 UTC (permalink / raw)
  To: peterz; +Cc: oleg, viro, linux-kernel, Davidlohr Bueso, 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 83eab52fb3f6..3f0e069ec682 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -79,7 +79,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-03-31 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 15:18 [PATCH] percpu-rwsem: kill PERCPU_RWSEM some more Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.