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-- 2.1 KB
Makefile -rw-r--r-- 824 bytes
br.c -rw-r--r-- 8.6 KB
br_arp_nd_proxy.c -rw-r--r-- 11.1 KB
br_device.c -rw-r--r-- 11.4 KB
br_fdb.c -rw-r--r-- 29.6 KB
br_forward.c -rw-r--r-- 7.3 KB
br_if.c -rw-r--r-- 16.9 KB
br_input.c -rw-r--r-- 9.0 KB
br_ioctl.c -rw-r--r-- 8.8 KB
br_mdb.c -rw-r--r-- 19.3 KB
br_multicast.c -rw-r--r-- 59.6 KB
br_netfilter_hooks.c -rw-r--r-- 30.8 KB
br_netfilter_ipv6.c -rw-r--r-- 5.6 KB
br_netlink.c -rw-r--r-- 47.1 KB
br_netlink_tunnel.c -rw-r--r-- 6.8 KB
br_nf_core.c -rw-r--r-- 2.0 KB
br_private.h -rw-r--r-- 35.5 KB
br_private_stp.h -rw-r--r-- 1.7 KB
br_private_tunnel.h -rw-r--r-- 2.1 KB
br_stp.c -rw-r--r-- 15.2 KB
br_stp_bpdu.c -rw-r--r-- 5.6 KB
br_stp_if.c -rw-r--r-- 8.3 KB
br_stp_timer.c -rw-r--r-- 4.2 KB
br_switchdev.c -rw-r--r-- 4.1 KB
br_sysfs_br.c -rw-r--r-- 26.7 KB
br_sysfs_if.c -rw-r--r-- 10.3 KB
br_vlan.c -rw-r--r-- 34.0 KB
br_vlan_tunnel.c -rw-r--r-- 4.4 KB

back to top