]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
remove pty patch from .31 queue
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 15 Oct 2009 21:55:53 +0000 (14:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 15 Oct 2009 21:55:53 +0000 (14:55 -0700)
queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch [deleted file]
queue-2.6.31/series

diff --git a/queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch b/queue-2.6.31/pty-quickfix-for-the-pty-enxio-timing-problems.patch
deleted file mode 100644 (file)
index be81187..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-From 3a54297478e6578f96fd54bf4daa1751130aca86 Mon Sep 17 00:00:00 2001
-From: Alan Cox <alan@linux.intel.com>
-Date: Mon, 27 Jul 2009 22:17:51 +0100
-Subject: pty: quickfix for the pty ENXIO timing problems
-
-From: Alan Cox <alan@linux.intel.com>
-
-commit 3a54297478e6578f96fd54bf4daa1751130aca86 upstream.
-
-This also makes close stall in the normal case which is apparently
-needed to fix emacs
-
-Signed-off-by: Alan Cox <alan@linux.intel.com>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/char/pty.c |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/char/pty.c
-+++ b/drivers/char/pty.c
-@@ -52,6 +52,7 @@ static void pty_close(struct tty_struct 
-               return;
-       tty->link->packet = 0;
-       set_bit(TTY_OTHER_CLOSED, &tty->link->flags);
-+      tty_flip_buffer_push(tty->link);
-       wake_up_interruptible(&tty->link->read_wait);
-       wake_up_interruptible(&tty->link->write_wait);
-       if (tty->driver->subtype == PTY_TYPE_MASTER) {
-@@ -203,6 +204,7 @@ static int pty_open(struct tty_struct *t
-       clear_bit(TTY_OTHER_CLOSED, &tty->link->flags);
-       set_bit(TTY_THROTTLED, &tty->flags);
-       retval = 0;
-+      tty->low_latency = 1;
- out:
-       return retval;
- }
index 40a59b3371ee136b91f0bdb727a4e22cf9a53dd1..f1d2c3b862b64891a86a0a4cb0b4c910f7929ed2 100644 (file)
@@ -32,7 +32,6 @@ dm-connector-only-process-connector-packages-from-privileged-processes.patch
 dst-connector-disallow-unpliviged-users-to-configure-dst.patch
 pohmelfs-connector-disallow-unpliviged-users-to-configure-pohmelfs.patch
 uvesafb-connector-disallow-unpliviged-users-to-send-netlink-packets.patch
-pty-quickfix-for-the-pty-enxio-timing-problems.patch
 e1000e-swap-max-hw-supported-frame-size-between-82574-and-82583.patch
 maintainers-fix-riku-voipio-s-address.patch
 macintosh-don-t-assume-i2c-device-probing-always-succeeds.patch