Re: [PATCH] tty: Fix logic change introduced by wait_event_interruptible_timeout()

2007-12-23 Thread Jiri Slaby
On 12/20/2007 10:39 PM, Cory T. Tusar wrote: > tty: Fix logic change introduced by wait_event_interruptible_timeout() > > Commit 5a52bd4a2dcb570333ce6fe2e16cd311650dbdc8 introduced a subtle logic > change in tty_wait_until_sent(). The original version would only error > out of the 'do { ... } whi

Re: [PATCH] tty: Fix logic change introduced by wait_event_interruptible_timeout()

2007-12-22 Thread Cory T. Tusar
Andrew Morton wrote: > On Thu, 20 Dec 2007 16:39:21 -0500 "Cory T. Tusar" <[EMAIL PROTECTED]> wrote: > >> tty: Fix logic change introduced by wait_event_interruptible_timeout() >> >> Commit 5a52bd4a2dcb570333ce6fe2e16cd311650dbdc8 introduced a subtle logic >> change in tty_wait_until_sent(). The

Re: [PATCH] tty: Fix logic change introduced by wait_event_interruptible_timeout()

2007-12-21 Thread Andrew Morton
On Thu, 20 Dec 2007 16:39:21 -0500 "Cory T. Tusar" <[EMAIL PROTECTED]> wrote: > tty: Fix logic change introduced by wait_event_interruptible_timeout() > > Commit 5a52bd4a2dcb570333ce6fe2e16cd311650dbdc8 introduced a subtle logic > change in tty_wait_until_sent(). The original version would only