]> git.baikalelectronics.ru Git - kernel.git/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)
commit0b7ed461963c173d82244752fb6b0755df5c129f
tree4d537433c54bc38858ab99f762ce079d09c99b25
parente6c163fc31477058d0f7af86e520fd56553e4a61
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