From: Joe Peterson Date: Wed, 9 Sep 2009 21:03:13 +0000 (-0600) Subject: n_tty: honor opost flag for echoes X-Git-Tag: v2.6.32-rc1~627^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5aa7b8b98774f408d20a2f61f97a89ac66c29b;p=pandora-kernel.git n_tty: honor opost flag for echoes Fixes the following bug: http://bugs.linuxbase.org/show_bug.cgi?id=2692 Causes processing of echoed characters (output from the echo buffer) to honor the O_OPOST flag, which is consistent with the old behavior. Note that this and the next patch ("n_tty: move echoctl check and clean up logic") were verified together by the bug reporters, and the test now passes. Signed-off-by: Joe Peterson Cc: Linux Torvalds Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed