Files
twx-linux/kernel
Jens Axboe 831cb78a2a kernel: don't call do_exit() for PF_IO_WORKER threads
[ Upstream commit 10442994ba ]

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: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-04 11:39:23 +01:00
..
2020-11-14 11:26:04 -08:00