From: Shachar Shemesh Date: Tue, 10 Jul 2012 04:54:13 +0000 (+0300) Subject: tty ldisc: Close/Reopen race prevention should check the proper flag X-Git-Tag: v3.6-rc1~71^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa3c8af86382227c2a599dc477bfc5b127d3f569;p=pandora-kernel.git tty ldisc: Close/Reopen race prevention should check the proper flag Commit acfa747b introduced the TTY_HUPPING flag to distinguish closed TTY from currently closing ones. The test in tty_set_ldisc still remained pointing at the old flag. This causes pppd to sometimes lapse into uninterruptible sleep when killed and restarted. Signed-off-by: Shachar Shemesh Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed