fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more
authorDavidlohr Bueso <[email protected]>
Wed, 12 Jul 2017 21:34:10 +0000 (14:34 -0700)
committerLinus Torvalds <[email protected]>
Wed, 12 Jul 2017 23:26:00 +0000 (16:26 -0700)
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/[email protected]
Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/Kconfig

index b0e42b6a96b97e37b03b7b61e9def73e814f421e..7aee6d699fd6b38949df0563281473c3afb445c2 100644 (file)
@@ -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