]> Pileus Git - ~andy/linux/commit
USB: BKL removal from ioctl path of usbfs
authorOliver Neukum <oliver@neukum.org>
Thu, 14 Jan 2010 15:23:56 +0000 (16:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:54:32 +0000 (14:54 -0800)
commit2a9d0083f63da961a8cd4fdf9f4e8e6433c36966
tree4d537433c54bc38858ab99f762ce079d09c99b25
parent9fd5c675864263e9f0e6bdb2d752bb380b32a01b
USB: BKL removal from ioctl path of usbfs

Total removal from the ioctl code path except for the outcall
to external modules. Locking is ensured by the normal locks
of usbfs.

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c