commit | 977066e7587b1b57023a048c0ba754955ea3e7bc | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Mon Mar 11 16:44:30 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:38:58 2013 -0700 |
tree | 3e27794f5d95f5dc0f9e3095546afd752c23f24f | |
parent | f4cf7a384587c16c59565dd6930dd763f243dba4 [diff] |
tty: Wait for SAK work before waiting for hangup work SAK work may schedule hangup work (if TTY_SOFT_SAK is defined), thus SAK work must be flushed before hangup work. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>