commit | d729cf9acb9311956c8a37113dcfa0160a2d9665 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 12 13:12:20 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 06:17:36 2021 -0600 |
tree | db98a1f9ce4a4ddf9e454bc8660a87dacb616061 | |
parent | ef99b2d37666b7a600baab9e1c4944436652b0a2 [diff] |
io_uring: don't sleep when polling for I/O There is no point in sleeping for the expected I/O completion timeout in the io_uring async polling model as we never poll for a specific I/O. Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Mark Wunderlich <mark.wunderlich@intel.com> Link: https://lore.kernel.org/r/20211012111226.760968-11-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>