commit | d17468c73e138e1108b279acf892dd35937d43ed | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Wed Apr 30 00:53:34 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 30 08:29:41 2008 -0700 |
tree | a572b8d50de0146c60f15425de03e8af92832dd5 | |
parent | 1c2630ccf922b7ea2c54c184243d4fb2bd2cf3c6 [diff] |
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>