commit | 9514dff918b947ae43b66517dc90d0e05548bd6a | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Sun May 18 15:40:00 2008 -0600 |
committer | Jonathan Corbet <corbet@lwn.net> | Fri Jun 20 14:05:53 2008 -0600 |
tree | 3aa6a3ece62d2304f472e9d4aba5ce339f904492 | |
parent | a30427d92d0bc152b833088e4a305bbeb1a0c162 [diff] |
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 <corbet@lwn.net>