From: Arnd Bergmann Date: Tue, 1 Jun 2010 21:04:45 +0000 (+0200) Subject: USB: mon: kill BKL usage X-Git-Tag: v2.6.36-rc1~293^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b759c75febd8f9ce91a05705ec43eb7f4b5ed3d;p=pandora-kernel.git USB: mon: kill BKL usage compat_ioctl does not use the BKL, so I assume that the native function does not need it either. The open function is already protected by the driver's mutex, the BKL is probably not needed here either. Signed-off-by: Arnd Bergmann Cc: Alan Stern Cc: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed