Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksmbd: Add missing set_freezable() for freezable kthread
The kernel thread function ksmbd_conn_handler_loop() 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. Signed-off-by: Kevin Hao <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information