diff options
author | Kevin Hao <haokexin@gmail.com> | 2023-12-18 13:35:58 +0800 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-12-21 22:53:46 +0100 |
commit | edd13270fa0660fda608b5f2bf989c770d90d469 (patch) | |
tree | 825538b4681c2831414a9d16738d693c939986ca /scripts/gdb/linux/utils.py | |
parent | 76e7211ca129f6a9117ae88c020a4c1cafaa24cc (diff) |
gfs2: Use wait_event_freezable_timeout() for freezable kthread
A freezable kernel thread can enter frozen state during freezing by
either calling try_to_freeze() or using wait_event_freezable() and its
variants. So for the following snippet of code in a kernel thread loop:
try_to_freeze();
wait_event_interruptible_timeout();
We can change it to a simple wait_event_freezable_timeout() and then
eliminate a function call.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions