Revision 2e6e1fde32d7d41cf076c21060c329d3fdbce25c authored by Pavel Begunkov on 05 December 2019, 13:15:45 UTC, committed by Jens Axboe on 05 December 2019, 13:54:51 UTC
In case of an error io_submit_sqe() drops a request and continues
without it, even if the request was a part of a link. Not only it
doesn't cancel links, but also may execute wrong sequence of actions.

Stop consuming sqes, and let the user handle errors.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 78076bb
History
File Mode Size
fdp
microread
nfcmrvl
nxp-nci
pn533
pn544
s3fwrn5
st-nci
st21nfca
st95hf
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 590 bytes
mei_phy.c -rw-r--r-- 8.4 KB
mei_phy.h -rw-r--r-- 1.2 KB
nfcsim.c -rw-r--r-- 9.9 KB
port100.c -rw-r--r-- 42.2 KB
trf7970a.c -rw-r--r-- 62.0 KB

back to top