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)
commite92166517e3ca9bfb416f91e69cf0373b55b6ede
treebaabe875b5592244a62f39e4fba302a1507502a1
parent62b263585bb5005d44a764c90d80f9c4bb8188c1
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