compat_ioctl: remove all VT ioctl handling
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Oct 2009 00:25:25 +0000 (02:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:52:08 +0000 (22:52 +0100)
commitfb07a5f857ac8a2035d3f642317b0119b1056a7f
tree5aebb4e5218c39701a1acf13fea20c9782bbe78f
parentd71cb81af3817193bc605de061da0499934263a6
compat_ioctl: remove all VT ioctl handling

The VT driver now handles all of these ioctls directly, so we can remove
the handlers from common code.

These are the only handlers that require the BKL because they directly
perform the ioctl action rather than just converting the data structures.
Once they are gone, we can remove the BKL from the remaining ioctl
conversion handlers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/compat_ioctl.c