From: Peter Hurley Date: Sat, 15 Jun 2013 13:14:31 +0000 (-0400) Subject: tty: Only guarantee termios read safety for throttle/unthrottle X-Git-Tag: v3.12-rc1~182^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c1f929aa8164cd8eaa830068d2fa3159c0764a;p=pandora-kernel.git tty: Only guarantee termios read safety for throttle/unthrottle No tty driver modifies termios during throttle() or unthrottle(). Therefore, only read safety is required. However, tty_throttle_safe and tty_unthrottle_safe must still be mutually exclusive; introduce throttle_mutex for that purpose. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed