diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2017-07-12 14:34:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-12 16:26:00 -0700 |
commit | 59224ac1cf9cacf76a82266854921ca6c9887f20 (patch) | |
tree | 1e0e43cf28f840353f8c1ee6cb6b8a40f47f436e /fs/Kconfig | |
parent | 5f9f48f5b385457426b4b8f3f4a604019a8e7350 (diff) | |
download | linux-stable-59224ac1cf9cacf76a82266854921ca6c9887f20.tar.gz linux-stable-59224ac1cf9cacf76a82266854921ca6c9887f20.tar.bz2 linux-stable-59224ac1cf9cacf76a82266854921ca6c9887f20.zip |
fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more
As of commit bf3eac84c42d ("percpu-rwsem: kill CONFIG_PERCPU_RWSEM") we
unconditionally build pcpu-rwsems. Remove a leftover in for
FILE_LOCKING.
Link: http://lkml.kernel.org/r/20170518180115.2794-1-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |