aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-02-25 11:52:56 -0700
committerJens Axboe <axboe@kernel.dk>2020-02-25 13:23:48 -0700
commit2d141dd2caa78fbaf87b57c27769bdc14975ab3d (patch)
tree4aed9d6c4febd91e6ec7d4139937897140b58fd0 /fs/io_uring.c
parentio-wq: remove spin-for-work optimization (diff)
downloadlinux-dev-2d141dd2caa78fbaf87b57c27769bdc14975ab3d.tar.xz
linux-dev-2d141dd2caa78fbaf87b57c27769bdc14975ab3d.zip
io-wq: ensure work->task_pid is cleared on init
We use ->task_pid for exit cancellation, but we need to ensure it's cleared to zero for io_req_work_grab_env() to do the right thing. Take a suggestion from Bart and clear the whole thing, just setting the function passed in. This makes it more future proof as well. Fixes: 36282881a795 ("io-wq: add io_wq_cancel_pid() to cancel based on a specific pid") Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions