]> git.baikalelectronics.ru Git - kernel.git/commit
tty: handle VT specific compat ioctls in vt driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2009 13:09:28 +0000 (15:09 +0200)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:35 +0000 (13:13 -0700)
commitdbbac726c643afb4aef3b6598ecffa6cd7cadd03
treebaabe875b5592244a62f39e4fba302a1507502a1
parent3cdf458e1e4c9a27669be6018e916d823940b494
tty: handle VT specific compat ioctls in vt driver

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>
drivers/char/vt.c
drivers/char/vt_ioctl.c
include/linux/tty.h