]> git.sesse.net Git - bcachefs-tools-debian/commit
Handle -EAGAIN from io_submit()
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 29 Sep 2023 05:27:59 +0000 (01:27 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 29 Sep 2023 05:27:59 +0000 (01:27 -0400)
commit6b175a022496572416918bd38d083120c23ba5f2
tree049bc2743247c6d2bf6d97eec1b3325fef24cd4c
parent5e215654da7e97a6395de6e7592fbaa426697897
Handle -EAGAIN from io_submit()

If io_submit() returns -EAGAIN, that just means the io context is full
and we need to wait for completions - no need to die.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
linux/blkdev.c