BKL: Remove BKL from USB gadgetfs
commitcdbd2b013d2814ad39e893316943fb58e6d9ec23
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 13:35:54 +0000 (16 15:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:47 +0000 (4 21:10 +0200)
tree07994ae3286615d1cd88deea7883a1ce09adf25b
parent00e300e1b682ea86fcb5216250722afd42686ab3
BKL: Remove BKL from USB gadgetfs

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: Arnd Bergmann <arnd@arndb.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: linux-usb@vger.kernel.org
drivers/usb/gadget/inode.c