]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3f7e249ebddca359a90e4e5fffd94ad97aa961b
tree792e53d515c46193eaa193e31f4d43271e485a5f
parentd939bdf66745a15b6130ad8ef3ec1fc432354f21
io_uring: kill not necessary resubmit switch

cfa55655f445a ("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