commit | 7c977a58dc83366e488c217fd88b1469d242bee5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Feb 23 19:17:35 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Feb 23 19:18:13 2021 -0700 |
tree | 54174fc5f340870547021faa82a4f89df9a803da | |
parent | 8e5c66c485a8af3f39a8b0358e9e09f002016d92 [diff] |
io_uring: don't attempt IO reissue from the ring exit path If we're exiting the ring, just let the IO fail with -EAGAIN as nobody will care anyway. It's not the right context to reissue from. Cc: stable@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>