diff options
author | Arnd Bergmann <arnd@arndb.de> | 2010-10-27 21:39:58 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2010-10-27 22:07:36 +0200 |
commit | 72f98e72551fad573c6cace8e8551ef094f482dd (patch) | |
tree | feeb5484ee69d3c9a9ef890037361f9ce55a42c4 /fs/Kconfig | |
parent | f7347ce4ee7c65415f84be915c018473e7076f31 (diff) | |
download | kernel_samsung_smdk4412-72f98e72551fad573c6cace8e8551ef094f482dd.zip kernel_samsung_smdk4412-72f98e72551fad573c6cace8e8551ef094f482dd.tar.gz kernel_samsung_smdk4412-72f98e72551fad573c6cace8e8551ef094f482dd.tar.bz2 |
locks: turn lock_flocks into a spinlock
Nothing depends on lock_flocks using the BKL
any more, so we can do the switch over to
a private spinlock.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ endif # BLOCK config FILE_LOCKING bool "Enable POSIX file locking API" if EMBEDDED default y - select BKL # while lockd still uses it. help This option enables standard file locking support, required for filesystems like NFS and for the flock() system |