diff options
| author | Kevin Hao <[email protected]> | 2023-12-13 17:09:06 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-12-20 14:48:13 -0800 |
| commit | f55afd954c12ae9a0beb242e749d671555334fce (patch) | |
| tree | 1097380ec41dc4e0ffbb15c19acd8c41d1a24152 /tools/perf/scripts/python | |
| parent | e3898efaffdb8e78639e68e997e3b8b6d0ed4ebc (diff) | |
mm: ksm: remove unnecessary try_to_freeze()
A freezable kernel thread can enter frozen state during freezing by
either calling try_to_freeze() or using wait_event_freezable() and its
variants. However, there is no need to use both methods simultaneously.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Kevin Hao <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Cc: Pavel Machek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions