• Arnd Bergmann's avatar
    BKL: Remove BKL from USB gadgetfs · cdbd2b01
    Arnd Bergmann authored
    The BKL is only used in fill_super, which is  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 Brownell <dbrownell@users.sourceforge.net>
    Cc: linux-usb@vger.kernel.org
    cdbd2b01
inode.c 52.4 KB