From: Peter Hurley Date: Tue, 17 Sep 2013 16:34:14 +0000 (-0400) Subject: n_tty: Fix EOF push index when termios changes X-Git-Tag: v3.12-rc3~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a8d4163ecd3fd8aac264707f1d497f193ea88d;p=pandora-kernel.git n_tty: Fix EOF push index when termios changes Commit 40d5e0905a03601d40cd4e46b8690093c2355d03, 'n_tty: Fix EOF push handling' introduced a subtle state change error wrt EOF push handling when the termios is changed from non-canonical to canonical mode. Reset line_start to the current read_tail index, not 0. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed