Re: [PATCH v3 01/23] tty: Add diagnostic for halted line discipline
From: Jiri Slaby <hidden>
Date: 2013-02-07 15:55:54
Also in:
lkml
From: Jiri Slaby <hidden>
Date: 2013-02-07 15:55:54
Also in:
lkml
On 02/07/2013 04:53 PM, Peter Hurley wrote:
quoted
quoted
+static int tty_ldisc_halt(struct tty_struct *tty) +{ + int scheduled; + clear_bit(TTY_LDISC, &tty->flags); + scheduled = cancel_work_sync(&tty->port->buf.work); + set_bit(TTY_LDISC_HALTED, &tty->flags); + return scheduled; +}Why did you move with that function? It makes the patch unnecessarily bigger (and harder for a review).07/23 starts using tty_wait_for_idle() in tty_ldisc_halt(). Should I split this?
Yes please. -- js suse labs