From: Arnd Bergmann Date: Thu, 6 Aug 2009 13:09:28 +0000 (+0200) Subject: tty: handle VT specific compat ioctls in vt driver X-Git-Tag: v2.6.32-rc1~627^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92166517e3ca9bfb416f91e69cf0373b55b6ede;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed