From: Joe Peterson Date: Fri, 2 Jan 2009 13:43:40 +0000 (+0000) Subject: n_tty: Output bells immediately on a full buffer X-Git-Tag: v2.6.29-rc1~545^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e94b1d9bffc18dca3b45554d9d118a3ffcc4d1b;p=pandora-kernel.git n_tty: Output bells immediately on a full buffer This patch causes "bell" (^G) characters (invoked when the input buffer is full) to be immediately output rather than filling the echo buffer. This is especially a problem when the tty is stopped and buffers fill, since the bells do not serve their purpose of immediate notification that the buffer cannot take further input, and they will flush all at once when the tty is restarted. Signed-off-by: Joe Peterson Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed