Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59224ac1 authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Linus Torvalds
Browse files

fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more

As of commit bf3eac84 ("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: default avatarDavidlohr Bueso <dbueso@suse.de>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5f9f48f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,6 @@ config EXPORTFS_BLOCK_OPS
config FILE_LOCKING
config FILE_LOCKING
	bool "Enable POSIX file locking API" if EXPERT
	bool "Enable POSIX file locking API" if EXPERT
	default y
	default y
	select PERCPU_RWSEM
	help
	help
	  This option enables standard file locking support, required
	  This option enables standard file locking support, required
          for filesystems like NFS and for the flock() system
          for filesystems like NFS and for the flock() system