kernel: stop masking signals in create_io_thread()
This is racy - move the blocking into when the task is created and we're marking it as PF_IO_WORKER anyway. The IO threads are now prepared to handle signals like SIGSTOP as well, so clear that from the mask to allow proper stopping of IO threads. Acked-by:"Eric W. Biederman" <ebiederm@xmission.com> Reported-by:
Oleg Nesterov <oleg@redhat.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Loading
-
mentioned in commit 77c191dc
-
mentioned in commit c4474dce
-
mentioned in commit cf099b8b
-
mentioned in commit 63cca9a1
-
mentioned in commit 2b0b68fd
-
mentioned in commit 52c4da52
-
mentioned in commit 43ddeba4
-
mentioned in commit 2082ae16
-
mentioned in commit 52f564e5
-
mentioned in commit 2ddfec72
-
mentioned in commit c4e13cbb
-
mentioned in commit c1398b79
-
mentioned in commit 5e92a532
-
mentioned in commit ca7600f5
Please sign in to comment