• J
    BKL: Remove BKL from do_new_mount() · 6841c050
    Jan Blunck 提交于
    After pushing down the BKL to the get_sb/fill_super operations of the
    filesystems that still make usage of the BKL it is safe to remove it from
    do_new_mount().
    
    I've read through all the code formerly covered by the BKL inside
    do_kern_mount() and have satisfied myself that it doesn't need the BKL
    any more.
    Signed-off-by: NJan Blunck <jblunck@infradead.org>
    Cc: Matthew Wilcox <matthew@wil.cx>
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    6841c050
namespace.c 59.1 KB