From: Andi Kleen Date: Tue, 1 Jun 2010 21:04:40 +0000 (+0200) Subject: USB-BKL: Remove lock_kernel in usbfs update_sb() X-Git-Tag: v2.6.36-rc1~293^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e12ea4658487ba9c746e95b31014cb89f63703b;p=pandora-kernel.git 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 Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed