commit | c8d50041734534e0a4b0ea13df36ed5857fccd56 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Jul 16 16:05:08 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 16 09:19:16 2009 -0700 |
tree | c654fde94ba2fbf1eb936f017d687860aed0deed | |
parent | a3ca86aea507904148870946d599e07a340b39bf [diff] |
tty: fix close/hangup race We can get a situation where a hangup occurs during or after a close. In that case the ldisc gets disposed of by the close and the hangup then explodes. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>