]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tty: drop the BKL for driver/ldisc ioctl methods
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Wed, 30 Apr 2008 07:53:34 +0000 (00:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:41 +0000 (08:29 -0700)
commitd17468c73e138e1108b279acf892dd35937d43ed
treea572b8d50de0146c60f15425de03e8af92832dd5
parent1c2630ccf922b7ea2c54c184243d4fb2bd2cf3c6
tty: drop the BKL for driver/ldisc ioctl methods

Now we have pushed the lock down we can stop wrapping the call with a lock in
the tty layer.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c