]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: Termios locking - sort out real_tty confusions and lock reads
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:38:46 +0000 (10:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 18 Oct 2008 17:49:11 +0000 (10:49 -0700)
commit074555fe0e36c1bde7795e8f3f7350d228b9dd1c
tree805e1a08935b76357a6502c1326b369b1212ce61
parent769b0455c1ec257b9e5067129accab1a6052de4c
tty: Termios locking - sort out real_tty confusions and lock reads

commit 8f520021837d45c47d0ab57e7271f8d88bf7f3a4 upstream

(only the tty_io.c portion of this commit)

This moves us towards sanity and should mean our termios locking is now
complete and comprehensive.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/tty_io.c