projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9f48f
)
fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more
author
Davidlohr Bueso
<
[email protected]
>
Wed, 12 Jul 2017 21:34:10 +0000
(14:34 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index b0e42b6a96b97e37b03b7b61e9def73e814f421e..7aee6d699fd6b38949df0563281473c3afb445c2 100644
(file)
--- 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