commit | 7879a9f9fd4ff4a88b3c51f4ab6718dc7f86ed86 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 07:28:31 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 17 12:55:30 2013 -0700 |
tree | e983db0f0fcf544201b3e457f616ac3c909bbac4 | |
parent | b84830527645dfe7b7a5cc03518e3c791b4ee9e0 [diff] |
n_tty: Buffer work should not reschedule itself 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 <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>