commit | 490e89676a523c688343d6cb8ca5f5dc476414df | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Apr 28 13:16:53 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Apr 30 22:24:27 2020 -0600 |
tree | 0b5954fa5881a59c03ee2a9528341dab41c35c87 | |
parent | af197f50ac53fff1241598c73ca606754a3bb808 [diff] |
io_uring: only force async punt if poll based retry can't handle it We do blocking retry from our poll handler, if the file supports polled notifications. Only mark the request as needing an async worker if we can't poll for it. Signed-off-by: Jens Axboe <axboe@kernel.dk>