aboutsummaryrefslogtreecommitdiffstats
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 09:43:39 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 09:43:39 -0700
commit0e3b07b61af8f86b2ed88b1f304e36b5fd1d9999 (patch)
treeb127f4ed705eff1efc8e7e28d01c8a389b214b2c
parentbb9c41a025dfed35d46a0315119f060447fa96ed (diff)
downloadpatches-0e3b07b61af8f86b2ed88b1f304e36b5fd1d9999.tar.gz
add alan's ack to a tty patch
-rw-r--r--tty/tty-avoid-recursive-btm-in-pty_close.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty/tty-avoid-recursive-btm-in-pty_close.patch b/tty/tty-avoid-recursive-btm-in-pty_close.patch
index db728a5d5bd454..9d9937ac5c93d3 100644
--- a/tty/tty-avoid-recursive-btm-in-pty_close.patch
+++ b/tty/tty-avoid-recursive-btm-in-pty_close.patch
@@ -18,8 +18,8 @@ In case of pty, we now need to drop the BTM before
calling tty_vhangup.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
+Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Tony Luck <tony.luck@intel.com>
-Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: John Kacur <jkacur@redhat.com>