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 subtl

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 original

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

2007-12-20 Thread Cory T. Tusar
on a timeout. This change reverts the logic flow in tty_wait_until_sent() to match that prior to the aforementioned commit. Signed-off-by: Cory T. Tusar <[EMAIL PROTECTED]> --- Please CC me on any replies; I'm not subscribed to lkml. Thanks. drivers/char/tty_ioctl.c |2 +- 1 files changed,

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

2007-12-20 Thread Cory T. Tusar
. This change reverts the logic flow in tty_wait_until_sent() to match that prior to the aforementioned commit. Signed-off-by: Cory T. Tusar [EMAIL PROTECTED] --- Please CC me on any replies; I'm not subscribed to lkml. Thanks. drivers/char/tty_ioctl.c |2 +- 1 files changed, 1 insertions(+), 1