2017-03-31 15:19:16

by Davidlohr Bueso

[permalink] [raw]
Subject: [PATCH] percpu-rwsem: kill PERCPU_RWSEM some more

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 <[email protected]>
---
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