Skip to content
Commit 10442994 authored by Jens Axboe's avatar Jens Axboe
Browse files

kernel: don't call do_exit() for PF_IO_WORKER threads



Right now we're never calling get_signal() from PF_IO_WORKER threads, but
in preparation for doing so, don't handle a fatal signal for them. The
workers have state they need to cleanup when exiting, so just return
instead of calling do_exit() on their behalf. The threads themselves will
detect a fatal signal and do proper shutdown.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 90b87490
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment