Partially undo Alan's recent tty locking fixes: the termios
commitd5978a21713e6c3788d5100115d17c9c3d18913c
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 2 Oct 2004 05:09:43 +0000 (1 22:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 2 Oct 2004 05:09:43 +0000 (1 22:09 -0700)
treea1e9f43bd46c2f2e5be423500a5c11cc8cc40605
parent6482f833f477579c0df5764195ff66a1b52dbd28
Partially undo Alan's recent tty locking fixes: the termios
lock must not be held across the driver/ldisc downcalls.

Some drivers need to set device state (baudrate etc) and may
need to sleep.
drivers/char/tty_ioctl.c