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