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
postprocess
coresight-cpu-debug.rst -rw-r--r-- 8.4 KB
coresight.rst -rw-r--r-- 22.5 KB
events-kmem.rst -rw-r--r-- 5.4 KB
events-msr.rst -rw-r--r-- 782 bytes
events-nmi.rst -rw-r--r-- 1.6 KB
events-power.rst -rw-r--r-- 3.6 KB
events.rst -rw-r--r-- 17.6 KB
ftrace-design.rst -rw-r--r-- 14.8 KB
ftrace-uses.rst -rw-r--r-- 10.4 KB
ftrace.rst -rw-r--r-- 127.5 KB
function-graph-fold.vim -rw-r--r-- 1.3 KB
histogram.rst -rw-r--r-- 148.3 KB
hwlat_detector.rst -rw-r--r-- 3.9 KB
index.rst -rw-r--r-- 400 bytes
intel_th.rst -rw-r--r-- 6.0 KB
kprobetrace.rst -rw-r--r-- 10.8 KB
mmiotrace.rst -rw-r--r-- 6.8 KB
ring-buffer-design.txt -rw-r--r-- 29.9 KB
stm.rst -rw-r--r-- 6.6 KB
sys-t.rst -rw-r--r-- 2.1 KB
tracepoint-analysis.rst -rw-r--r-- 12.1 KB
tracepoints.rst -rw-r--r-- 5.2 KB
uprobetracer.rst -rw-r--r-- 7.0 KB

back to top