]> git.baikalelectronics.ru Git - kernel.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)
commit7b1fcb32253fdc4afaab6002769cd66e95133ef4
treea572b8d50de0146c60f15425de03e8af92832dd5
parent3e299108f363c47c2ecff9b310901c5106635d8d
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