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
BUGS-parport -rw-r--r-- 319 bytes
Kconfig -rw-r--r-- 5.5 KB
Makefile -rw-r--r-- 729 bytes
TODO-parport -rw-r--r-- 594 bytes
daisy.c -rw-r--r-- 13.1 KB
ieee1284.c -rw-r--r-- 22.4 KB
ieee1284_ops.c -rw-r--r-- 23.3 KB
multiface.h -rw-r--r-- 426 bytes
parport_amiga.c -rw-r--r-- 6.3 KB
parport_atari.c -rw-r--r-- 5.4 KB
parport_ax88796.c -rw-r--r-- 9.1 KB
parport_cs.c -rw-r--r-- 5.6 KB
parport_gsc.c -rw-r--r-- 10.8 KB
parport_gsc.h -rw-r--r-- 5.5 KB
parport_ip32.c -rw-r--r-- 66.5 KB
parport_mfc3.c -rw-r--r-- 9.9 KB
parport_pc.c -rw-r--r-- 85.7 KB
parport_serial.c -rw-r--r-- 20.2 KB
parport_sunbpp.c -rw-r--r-- 9.4 KB
probe.c -rw-r--r-- 7.4 KB
procfs.c -rw-r--r-- 12.7 KB
share.c -rw-r--r-- 37.3 KB

back to top