]> git.openfabrics.org - ~emulex/infiniband.git/commit
tty ldisc: Close/Reopen race prevention should check the proper flag
authorShachar Shemesh <shachar@liveu.tv>
Tue, 10 Jul 2012 04:54:13 +0000 (07:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jul 2012 21:54:14 +0000 (14:54 -0700)
commit40c9f61eae9098212b6906f29f30f08f7a19b5e2
treeace42166f5546e2cd882813085567ffb27812909
parenteb26dfe8aa7eeb5a5aa0b7574550125f8aa4c3b3
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 <shachar@liveu.tv>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ldisc.c