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
netfilter
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 304 bytes
README -rw-r--r-- 299 bytes
TODO -rw-r--r-- 1.2 KB
af_decnet.c -rw-r--r-- 52.9 KB
dn_dev.c -rw-r--r-- 32.1 KB
dn_fib.c -rw-r--r-- 18.6 KB
dn_neigh.c -rw-r--r-- 15.6 KB
dn_nsp_in.c -rw-r--r-- 20.6 KB
dn_nsp_out.c -rw-r--r-- 16.7 KB
dn_route.c -rw-r--r-- 46.7 KB
dn_rules.c -rw-r--r-- 5.5 KB
dn_table.c -rw-r--r-- 20.1 KB
dn_timer.c -rw-r--r-- 3.1 KB
sysctl_net_decnet.c -rw-r--r-- 7.2 KB

README

back to top