aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorGravatar Kevin Hao <haokexin@gmail.com> 2023-12-19 18:09:18 +0900
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-12-29 12:22:28 -0800
commit5b130948d53ae8fe426e8a0af725a634d972739f (patch)
treeba69f27f75f10ac25617471586c6dce3072794e5 /arch/x86/kernel
parentkernel: relay: remove relay_file_splice_read dead code, doesn't work (diff)
downloadlinux-5b130948d53ae8fe426e8a0af725a634d972739f.tar.gz
linux-5b130948d53ae8fe426e8a0af725a634d972739f.tar.bz2
linux-5b130948d53ae8fe426e8a0af725a634d972739f.zip
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/20231219090918.2329-1-konishi.ryusuke@gmail.com Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel')
0 files changed, 0 insertions, 0 deletions