commit | a2965b7bee00a01731ae79de34c26e146cbd08cf | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Mon Mar 11 16:44:35 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:44:02 2013 -0700 |
tree | 15ba91c1817fa1fb5898a9f6fc6aef6d043070da | |
parent | 4f98d4675166fc1991dbad7dd2af634df7c14061 [diff] |
tty: Make core responsible for synchronizing its work The tty core relies on the ldisc layer for synchronizing destruction of the tty. Instead, the final tty release must wait for any pending tty work to complete prior to tty destruction. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>