diff options
author | Kevin Hao <[email protected]> | 2023-12-19 18:09:18 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-29 12:22:28 -0800 |
commit | 5b130948d53ae8fe426e8a0af725a634d972739f (patch) | |
tree | ba69f27f75f10ac25617471586c6dce3072794e5 /scripts/generate_rust_analyzer.py | |
parent | d391615618e8b2c30ef1e09c1705a7b1751f74f0 (diff) |
nilfs2: add missing set_freezable() for freezable kthread
The kernel thread function nilfs_segctor_thread() invokes the
try_to_freeze() in its loop. But all the kernel threads are non-freezable
by default. So if we want to make a kernel thread to be freezable, we
have to invoke set_freezable() explicitly.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Kevin Hao <[email protected]>
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions