commit | cbcb6d66af4c6169ce1c2d01a3ab345f04b8359d | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Jun 15 16:27:29 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jun 16 11:24:00 2009 -0700 |
tree | d01d804ed6b35df3614f22c42baee719eb6dfeb7 | |
parent | b231125af7811a2f68c455d3bda95ac170ee4fa6 [diff] |
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>