]> git.proxmox.com Git - pve-qemu.git/commit
io_uring: resubmit when result is -EAGAIN
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 29 Jul 2021 09:50:31 +0000 (11:50 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Jul 2021 09:51:57 +0000 (11:51 +0200)
commit0114d3cd02a5960284f10025693ceccf0fefd93a
treea2767f6a857dfe0d43f49e72aa486b0f3fbc2af4
parentbb3e494bdc8fef3573cc3e8b160e7b8221c22ff9
io_uring: resubmit when result is -EAGAIN

Linux SCSI can throw spurious -EAGAIN in some corner cases in its
completion path, which will end up being the result in the completed
io_uring request.

Resubmitting such requests should allow block jobs to complete, even
if such spurious errors are encountered.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
debian/patches/extra/0002-block-io_uring-resubmit-when-result-is-EAGAIN.patch [new file with mode: 0644]
debian/patches/series