diff options
author | Jens Axboe <[email protected]> | 2021-03-09 19:49:02 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-03-10 07:28:43 -0700 |
commit | e22bc9b481a90d7898984ea17621f04a653e2cd1 (patch) | |
tree | 9c7f6a4821f3afecdbeca3eb07e2d397e0a3dc4c /lib/mpi/mpiutil.c | |
parent | e8f98f24549d62cc54bf608c815904a56d4437bc (diff) |
kernel: make IO threads unfreezable by default
The io-wq threads were already marked as no-freeze, but the manager was
not. On resume, we perpetually have signal_pending() being true, and
hence the manager will loop and spin 100% of the time.
Just mark the tasks created by create_io_thread() as PF_NOFREEZE by
default, and remove any knowledge of it in io-wq and io_uring.
Reported-by: Kevin Locke <[email protected]>
Tested-by: Kevin Locke <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions