kernel_optimize_test/fs/ecryptfs
Arnd Bergmann 18dfe89d7c BKL: Remove BKL from ecryptfs
The BKL is only used in fill_super, which is protected by the superblocks
s_umount rw_semaphorei, and in fasync, which does not do anything that
could require the BKL. Therefore it is safe to remove the BKL entirely.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Dustin Kirkland <kirkland@canonical.com>
Cc: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Cc: ecryptfs-devel@lists.launchpad.net
2010-10-04 21:10:48 +02:00
..
crypto.c eCryptfs: Fix encrypted file name lookup regression 2010-08-27 10:50:53 -05:00
debug.c
dentry.c
ecryptfs_kernel.h
file.c BKL: Remove BKL from ecryptfs 2010-10-04 21:10:48 +02:00
inode.c eCryptfs: Fix encrypted file name lookup regression 2010-08-27 10:50:53 -05:00
Kconfig
keystore.c
kthread.c
main.c BKL: Remove BKL from ecryptfs 2010-10-04 21:10:48 +02:00
Makefile
messaging.c
miscdev.c
mmap.c
read_write.c
super.c