]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: don't fail links for EAGAIN error in IOPOLL mode
authorXiaoguang Wang <xiaoguang.wang@linux.alibaba.com>
Mon, 15 Jun 2020 18:06:37 +0000 (02:06 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Jun 2020 18:49:01 +0000 (12:49 -0600)
commite5f2ab1a90e36f1e07b43eeeb07d0999de4548a3
tree9d004dc863800d27fe6f6e9870cc28bb1dfed43a
parent779c076e9419016e8670bbef57203597af5a2a49
io_uring: don't fail links for EAGAIN error in IOPOLL mode

In IOPOLL mode, for EAGAIN error, we'll try to submit io request
again using io-wq, so don't fail rest of links if this io request
has links.

Cc: stable@vger.kernel.org
Signed-off-by: Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c