diff options
author | David Lechner <[email protected]> | 2021-10-17 13:55:21 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-10-19 11:36:28 +0200 |
commit | f5245a5fdf757f50a6c905fc16cceb1a6146ccf5 (patch) | |
tree | 80a651b5444b70ceff26f93d2e97e37cd64c6f7b /drivers/usb/cdns3/cdns3-trace.c | |
parent | c3ed761c9e1e4987406671b326dab48a048614ee (diff) |
counter: drop chrdev_lock
This removes the chrdev_lock from the counter subsystem. This was
intended to prevent opening the chrdev more than once. However, this
doesn't work in practice since userspace can duplicate file descriptors
and pass file descriptors to other processes. Since this protection
can't be relied on, it is best to just remove it.
Suggested-by: Greg KH <[email protected]>
Acked-by: William Breathitt Gray <[email protected]>
Signed-off-by: David Lechner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions