diff options
author | Ryusuke Konishi <[email protected]> | 2024-08-27 02:41:15 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-01 20:43:44 -0700 |
commit | 3f66cc261ccb54a8e4d8d5aa51c389c19453b00c (patch) | |
tree | 11ad3897db6e5dcf14cdc898e8ce22f8a5a5df7c /lib/crypto/mpi/mpi-sub-ui.c | |
parent | cfdfe9e17c4142cb556f34f25f93f4f85ca494f0 (diff) |
nilfs2: use kthread_create and kthread_stop for the log writer thread
By using kthread_create() and kthread_stop() to start and stop the log
writer thread, eliminate custom thread start and stop helpers, as well as
the wait queue "sc_wait_task" on the "nilfs_sc_info" struct and
NILFS_SEGCTOR_QUIT flag that exist only to implement them.
Also, update the kernel doc comments of the changed functions as
appropriate.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Cc: Huang Xiaojia <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions