commit | d5dc0ae4df9db00b8122378d56a071039b17a1eb | [log] [tgz] |
---|---|---|
author | Filip Aben <f.aben@option.com> | Tue Jun 22 10:10:35 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 22 10:10:35 2010 -0700 |
tree | 0c35e123185cc6d74993160a3af0c20604375b26 | |
parent | 26cde9f7e2747b6d254b704594eed87ab959afa5 [diff] |
hso: remove setting of low_latency flag This patch removes the setting of the low_latency flag. tty_flip_buffer_push() is occasionally being called in irq context, which causes a hang if the low_latency flag is set. Removing the low_latency flag only seems to impact the flush to ldisc, which will now be put on a workqueue. Signed-off-by: Filip Aben <f.aben@option.com> Signed-off-by: David S. Miller <davem@davemloft.net>