io_uring: set task_work notify method at init time
authorJens Axboe <axboe@kernel.dk>
Fri, 22 Apr 2022 21:01:48 +0000 (15:01 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Apr 2022 23:22:45 +0000 (17:22 -0600)
commit50dec431129930021e9658a671b5afd70414ac34
treed5f4c5bf73596f08d9f60e8b0deae9ec3661d01b
parent2587a5e8b8a8bc75aaf76cf59888141fb3f51cfb
io_uring: set task_work notify method at init time

While doing so, switch SQPOLL to TWA_SIGNAL_NO_IPI as well, as that
just does a task wakeup and then we can remove the special wakeup we
have in task_work_add.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c