• A
    BKL: Remove BKL from afs · 77f2fe03
    Arnd Bergmann 提交于
    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: NArnd Bergmann <arnd@arndb.de>
    Cc: linux-afs@lists.infradead.org
    Cc: David Howells <dhowells@redhat.com>
    77f2fe03
super.c 12.2 KB