]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
authorAndi Kleen <ak@linux.intel.com>
Tue, 1 Jun 2010 21:04:41 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:35 +0000 (14:35 -0700)
commitc532b29a6f6d31e84a7c88f995eebdc75ebd4248
tree5b8dbfae37f6c3c1530ee3651c9d28e00bd15f5e
parent6e12ea4658487ba9c746e95b31014cb89f63703b
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl

And audit all the users. None needed the BKL.  That was easy
because there was only very few around.

Tested with allmodconfig build on x86-64

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
From: Andi Kleen <ak@linux.intel.com>
drivers/usb/core/devio.c
drivers/usb/core/hub.c
drivers/usb/misc/usbtest.c
include/linux/usb.h