• A
    BKL: Remove BKL from squashfs · 3dbc4b32
    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: Phillip Lougher <phillip@lougher.demon.co.uk>
    3dbc4b32
super.c 12.7 KB