• Arnd Bergmann's avatar
    BKL: Remove BKL from ecryptfs · 18dfe89d
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Dustin Kirkland <kirkland@canonical.com>
    Cc: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
    Cc: ecryptfs-devel@lists.launchpad.net
    18dfe89d
file.c 10.4 KB