• Arnd Bergmann's avatar
    BKL: Remove BKL from afs · 77f2fe03
    Arnd Bergmann authored
    The BKL is only used in put_super and fill_super, which are both protected
    by the superblocks s_umount rw_semaphore. Therefore it is safe to remove
    the BKL entirely.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: linux-afs@lists.infradead.org
    Cc: David Howells <dhowells@redhat.com>
    77f2fe03
super.c 12.2 KB