]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10c956c1023a32fc03d948c82e225d20f05f733e
tree5aebb4e5218c39701a1acf13fea20c9782bbe78f
parentd86fc4e12240f684d3c122b8bc5ab4002388312a
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