Freezer: Only show the state of tasks refusing to freeze
authorXiaotian Feng <dfeng@redhat.com>
Wed, 10 Mar 2010 21:59:13 +0000 (22:59 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 26 Mar 2010 22:51:13 +0000 (23:51 +0100)
show_state will dump all tasks state, so if freezer failed to freeze
any task, kernel will dump all tasks state and flood the dmesg log.
This patch makes freezer only show state of tasks refusing to freeze.

Signed-off-by: Xiaotian Feng <dfeng@redhat.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found