Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the lock_kernel() call from chrdev_open()
All in-kernel char device open() functions now either have their own lock_kernel() calls or clearly do not need one. Signed-off-by: Jonathan Corbet <[email protected]>
- Loading branch information