• Arnd Bergmann's avatar
    BKL: Remove BKL from jffs2 · 1a028dd2
    Arnd Bergmann authored
    The BKL is only used in put_super, fill_super and remount_fs that are all
    three 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: David Woodhouse <dwmw2@infradead.org>
    1a028dd2
fs.c 19.3 KB