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:
Jens Axboe <axboe@kernel.dk>
Loading
-
mentioned in commit 7b53a555
-
mentioned in commit 27eb7b20
-
mentioned in commit b979e7d8
-
mentioned in commit 150d283e
-
mentioned in commit 6e29c0a3
-
mentioned in commit cdb72131
-
mentioned in commit 71fe5d41
-
mentioned in commit 86755165
-
mentioned in commit 86acb6a5
-
mentioned in commit 962893c0
-
mentioned in commit 7f2f6c98
-
mentioned in commit 51b86ce5
-
mentioned in commit 68926bc8
-
mentioned in commit e1c6ab24
Please sign in to comment