Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usbcore: cdev lock_kernel() pushdown
usb_open() is protected by a down_read(&minor_rwsem), but I'm not sure I trust it to protect everything including subsidiary open() functions. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
- Loading branch information