From: Alan Cox Date: Fri, 2 Jan 2009 13:48:56 +0000 (+0000) Subject: tty: Drop the lock_kernel in the private ioctl hook X-Git-Tag: v2.6.29-rc1~545^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b447f04a9aecdf2a30c1a97e4b034ac7931bb70;p=pandora-kernel.git tty: Drop the lock_kernel in the private ioctl hook We don't need the BKL here any more so it can go. In a couple of spots the driver requirements are not clear so push the lock down into the driver. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed