pty: Narrow the race on ldisc locking
authorAlan Cox <alan@linux.intel.com>
Tue, 16 Jun 2009 16:01:13 +0000 (17:01 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2009 19:01:16 +0000 (12:01 -0700)
commit762faaed91e4ea4a3c34bc58f3221d9487acb470
treecfecc2acfee012a295eee3424b623ba14a9a661a
parent5dca607bcf10d3f08d07ffeac664c6769c336145
pty: Narrow the race on ldisc locking

The pty code has always been buggy on its ldisc handling. The recent
changes made the window for the race much bigger. Pending fixing it
properly which is not at all trivial, at least make the race small again so
we don't disrupt other dev work.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/pty.c