diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-09-13 23:38:30 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-14 19:22:15 +0300 |
commit | 6200b0ae4ea28a4bfd8eb434e33e6201b7a6a282 (patch) | |
tree | 030f91c1bd13d622e75f8b0f7b58bc141aeb15c5 /fs/ext4/fsync.c | |
parent | 87ceb6a6b81eca000911403446d4c6043b4e4f82 (diff) | |
download | linux-6200b0ae4ea28a4bfd8eb434e33e6201b7a6a282.tar.xz |
io_uring: don't run task work on an exiting task
This isn't safe, and isn't needed either. We are guaranteed that any
work we queue is on a live task (and will be run), or it goes to
our backup io-wq threads if the task is exiting.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ext4/fsync.c')
0 files changed, 0 insertions, 0 deletions