Re: [PATCH 7/7] n_tty: Buffer work should not reschedule itself

2013-03-19 Thread Ilya Zykov
On 19.03.2013 18:26, Peter Hurley wrote: > Although the driver-side input path must update the available > buffer space, it should not reschedule itself. If space is still > available and the flip buffers are not empty, flush_to_ldisc() > will loop again. > Sounds reasonable to me. Thank you. Ily

[PATCH 7/7] n_tty: Buffer work should not reschedule itself

2013-03-19 Thread Peter Hurley
Although the driver-side input path must update the available buffer space, it should not reschedule itself. If space is still available and the flip buffers are not empty, flush_to_ldisc() will loop again. Signed-off-by: Peter Hurley --- drivers/tty/n_tty.c | 13 + 1 file changed, 9

[PATCH 7/7] n_tty: Buffer work should not reschedule itself

2013-03-06 Thread Peter Hurley
Although the driver-side input path must update the available buffer space, it should not reschedule itself. If space is still available and the flip buffers are not empty, flush_to_ldisc() will loop again. Signed-off-by: Peter Hurley --- drivers/tty/n_tty.c | 13 + 1 file changed, 9