]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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>
Wed, 22 Oct 2008 21:13:14 +0000 (14:13 -0700)
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

index 750131010af01875d06d1c5e11818112c02ecbd2..a51374e5cfdade332dd4914e39710932e95b7562 100644 (file)
@@ -3474,7 +3474,7 @@ long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        case TIOCSTI:
                return tiocsti(tty, p);
        case TIOCGWINSZ:
-               return tiocgwinsz(tty, p);
+               return tiocgwinsz(real_tty, p);
        case TIOCSWINSZ:
                return tiocswinsz(tty, real_tty, p);
        case TIOCCONS: