Re: pty_chars_in_buffer oops fix

2005-07-11 Thread Andrew Morton
Jason Baron <[EMAIL PROTECTED]> wrote: > > This is a re-posting of a fix for a race condition between changing the > line discipline on a pty and and a poll on the 'other' side. The reference > is: http://marc.theaimsgroup.com/?l=linux-kernel&m=111342171410005&w=2. > Below is a diff against the

pty_chars_in_buffer oops fix

2005-07-11 Thread Jason Baron
hi, This is a re-posting of a fix for a race condition between changing the line discipline on a pty and and a poll on the 'other' side. The reference is: http://marc.theaimsgroup.com/?l=linux-kernel&m=111342171410005&w=2. Below is a diff against the current tree. thanks, -Jason --- linux-2