git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b2635
)
tty: handle VT specific compat ioctls in vt driver
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 6 Aug 2009 13:09:28 +0000
(15:09 +0200)
committer
Live-CD User
<linux@linux.site>
Sat, 19 Sep 2009 20:13:35 +0000
(13:13 -0700)
The VT specific compat_ioctl handlers are the only ones
in common code that require the BKL. Moving them into
the vt driver lets us remove the BKL from the other handlers
and cleans up the code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found