aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2023-12-18 13:35:57 +0800
committerAndreas Gruenbacher <agruenba@redhat.com>2023-12-21 22:53:35 +0100
commit76e7211ca129f6a9117ae88c020a4c1cafaa24cc (patch)
tree58bad29eb58e5f6361a5d459a38eb7d1e26bff6c /scripts/gdb/linux/utils.py
parentff7a85af5a5bdda04756a8cdbdc0dd9a7a8ea468 (diff)
gfs2: Add missing set_freezable() for freezable kthread
The kernel thread function gfs2_logd() and gfs2_quotad() invoke the try_to_freeze() in its loop. But all the kernel threads are no-freezable by default. So if we want to make a kernel thread to be freezable, we have to invoke set_freezable() explicitly. 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