io_uring: kill not necessary resubmit switch
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 15 Aug 2021 09:40:21 +0000 (10:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:10:37 +0000 (13:10 -0600)
commita8576af9d1b03a1b8aba7228e938ab0817fdbda6
tree792e53d515c46193eaa193e31f4d43271e485a5f
parentfb6820998f57a3e63a382a322530fa28522a2bba
io_uring: kill not necessary resubmit switch

773af69121ecc ("io_uring: always reissue from task_work context") makes
all resubmission to be made from task_work, so we don't need that hack
with resubmit/not-resubmit switch anymore.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/47fa177cca04e5ffd308a35227966c8e15d8525b.1628981736.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c