commit | 1b3f720bf033fde1fbb6231f9b156b918c5f68d8 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Thu Feb 04 14:00:41 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 04 14:00:41 2010 -0800 |
tree | 509709296d8e2adc882d4302159b2653b421b55e | |
parent | feeb2721a7a0bd0cfa5b8847f80aec93aa2cc00d [diff] |
pktgen: Fix freezing problem Add missing try_to_freeze() to one of the pktgen_thread_worker() code paths so that it doesn't block suspend/hibernation. Fixes http://bugzilla.kernel.org/show_bug.cgi?id=15006 Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Reported-and-tested-by: Ciprian Dorin Craciun <ciprian.craciun@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>