tty: Prevent "read/write wait queue active!" log flooding
authorPeter Hurley <[email protected]>
Thu, 16 Oct 2014 17:54:36 +0000 (13:54 -0400)
committerGreg Kroah-Hartman <[email protected]>
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: <[email protected]> # 3.4.x+
Signed-off-by: Peter Hurley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/tty_io.c