misc: cdev lock_kernel() pushdown
authorJonathan Corbet <corbet@lwn.net>
Thu, 15 May 2008 17:07:52 +0000 (11:07 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 20 Jun 2008 20:05:48 +0000 (14:05 -0600)
commit309c4551c0fa0897d5343c36cbfbfa39f1f41b88
tree86c48c9b1653ad781323430ba324fdf52c2b81f1
parent1f439647a4072ec64bb2e4b9290cd7be6aee8328
misc: cdev lock_kernel() pushdown

misc_open() looks fine, but who knows what all of the misc drivers are
doing in their open() functions?

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
drivers/char/misc.c