]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty: Prevent "read/write wait queue active!" log flooding
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 16 Oct 2014 17:54:36 +0000 (13:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 00:14:09 +0000 (16:14 -0800)
commit494c1eac7e73f719af9d474a96ec8494c33efd6a
treea89baeb96c6d5ccdd295ac246d0f21f7869d0c75
parent37b164578826406a173ca7c20d9ba7430134d23e
tty: Prevent "read/write wait queue active!" log flooding

Only print one warning when a task is on the read_wait or write_wait
wait queue at final tty release.

Cc: <stable@vger.kernel.org> # 3.4.x+
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c