]> git.baikalelectronics.ru Git - kernel.git/commit
USB-BKL: Remove lock_kernel in usbfs update_sb()
authorAndi Kleen <ak@linux.intel.com>
Tue, 1 Jun 2010 21:04:40 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:35 +0000 (14:35 -0700)
commit4aba778ce574277924f1e2f70b28b45ee66a1089
tree03c2e4fed6b1077a02b371ab686c6fb20b9ea0ed
parent8795a519c4269d31e6f53f503a1ce2ac184c7569
USB-BKL: Remove lock_kernel in usbfs update_sb()

The code this is attempting to lock against does not use the BKL,
so it's not needed.

Most likely this code is still broken/racy (Al Viro also thinks so),
but removing the BKL should not make it worse than before.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/inode.c