Files
linux/fs
Jens Axboe f91daf565b io_uring: short circuit -EAGAIN for blocking read attempt
One case was missed in the short IO retry handling, and that's hitting
-EAGAIN on a blocking attempt read (eg from io-wq context). This is a
problem on sockets that are marked as non-blocking when created, they
don't carry any REQ_F_NOWAIT information to help us terminate them
instead of perpetually retrying.

Fixes: 227c0c9673 ("io_uring: internally retry short reads")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-08-15 15:58:42 -07:00
..
2020-03-27 09:29:56 +00:00
2020-07-15 15:49:04 -07:00
2020-07-08 08:27:56 +02:00
2020-07-08 10:29:43 -07:00
2020-07-08 10:29:43 -07:00
2020-07-08 16:20:01 -06:00
2020-05-14 16:44:25 +02:00
2020-02-07 14:48:35 -05:00
2020-07-25 09:47:44 -06:00
2020-03-05 21:00:40 -05:00
2020-05-14 16:44:24 +02:00
2020-07-08 08:27:57 +02:00
2020-05-14 16:44:24 +02:00
2020-04-09 15:33:09 -04:00