Remove the lock_kernel() call from chrdev_open()
authorJonathan Corbet <corbet@lwn.net>
Sun, 18 May 2008 21:40:00 +0000 (15:40 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 20 Jun 2008 20:05:53 +0000 (14:05 -0600)
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 <corbet@lwn.net>

No differences found